passagemath-repl 10.5.42__tar.gz → 10.5.44__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/MANIFEST.in +0 -6
  2. {passagemath_repl-10.5.42/passagemath_repl.egg-info → passagemath_repl-10.5.44}/PKG-INFO +3 -3
  3. passagemath_repl-10.5.44/VERSION.txt +1 -0
  4. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44/passagemath_repl.egg-info}/PKG-INFO +3 -3
  5. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/passagemath_repl.egg-info/SOURCES.txt +0 -2
  6. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/passagemath_repl.egg-info/requires.txt +2 -2
  7. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/pyproject.toml +4 -4
  8. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/util.py +8 -2
  9. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py +1 -1
  10. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py +1 -1
  11. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py +1 -1
  12. passagemath_repl-10.5.42/VERSION.txt +0 -1
  13. passagemath_repl-10.5.42/sage/interfaces/cleaner.py +0 -48
  14. passagemath_repl-10.5.42/sage/interfaces/quit.py +0 -178
  15. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/README.rst +0 -0
  16. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-cachegrind +0 -0
  17. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-callgrind +0 -0
  18. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-cleaner +0 -0
  19. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-coverage +0 -0
  20. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-eval +0 -0
  21. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-fixdoctests +0 -0
  22. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-inline-fortran +0 -0
  23. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-ipynb2rst +0 -0
  24. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-ipython +0 -0
  25. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-massif +0 -0
  26. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-notebook +0 -0
  27. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-omega +0 -0
  28. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-preparse +0 -0
  29. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-run +0 -0
  30. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-run-cython +0 -0
  31. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-runtests +0 -0
  32. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-startuptime.py +0 -0
  33. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/bin/sage-valgrind +0 -0
  34. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/passagemath_repl.egg-info/dependency_links.txt +0 -0
  35. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/passagemath_repl.egg-info/top_level.txt +0 -0
  36. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/all__sagemath_repl.py +0 -0
  37. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/__init__.py +0 -0
  38. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/__main__.py +0 -0
  39. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/all.py +0 -0
  40. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/check_tolerance.py +0 -0
  41. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/control.py +0 -0
  42. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/external.py +0 -0
  43. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/fixtures.py +0 -0
  44. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/forker.py +0 -0
  45. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/marked_output.py +0 -0
  46. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/parsing.py +0 -0
  47. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/parsing_test.py +0 -0
  48. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/reporting.py +0 -0
  49. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/rif_tol.py +0 -0
  50. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/sources.py +0 -0
  51. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/test.py +0 -0
  52. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/1second.rst +0 -0
  53. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/99seconds.rst +0 -0
  54. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/abort.rst +0 -0
  55. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/atexit.rst +0 -0
  56. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/fail_and_die.rst +0 -0
  57. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/initial.rst +0 -0
  58. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/interrupt.rst +0 -0
  59. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/interrupt_diehard.rst +0 -0
  60. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/keyboardinterrupt.rst +0 -0
  61. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/longtime.rst +0 -0
  62. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/nodoctest +0 -0
  63. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/random_seed.rst +0 -0
  64. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/show_skipped.rst +0 -0
  65. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/sig_on.rst +0 -0
  66. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/simple_failure.rst +0 -0
  67. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/sleep_and_raise.rst +0 -0
  68. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/doctest/tests/tolerance.rst +0 -0
  69. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/ext_data/all__sagemath_repl.py +0 -0
  70. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/ext_data/notebook-ipython/logo-64x64.png +0 -0
  71. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/ext_data/notebook-ipython/logo.svg +0 -0
  72. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/interfaces/all__sagemath_repl.py +0 -0
  73. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/all__sagemath_repl.py +0 -0
  74. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/banner.py +0 -0
  75. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/benchmark.py +0 -0
  76. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/classgraph.py +0 -0
  77. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/copying.py +0 -0
  78. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/cython.py +0 -0
  79. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/dev_tools.py +0 -0
  80. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/edit_module.py +0 -0
  81. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/explain_pickle.py +0 -0
  82. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/gperftools.py +0 -0
  83. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/inline_fortran.py +0 -0
  84. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/messaging.py +0 -0
  85. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/pager.py +0 -0
  86. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/profiler.py +0 -0
  87. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/python.py +0 -0
  88. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/remote_file.py +0 -0
  89. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/sage_eval.py +0 -0
  90. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/sage_input.py +0 -0
  91. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/sagedoc.py +0 -0
  92. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/sh.py +0 -0
  93. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/misc/trace.py +0 -0
  94. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/__init__.py +0 -0
  95. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/all.py +0 -0
  96. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/attach.py +0 -0
  97. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/configuration.py +0 -0
  98. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/__init__.py +0 -0
  99. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/fancy_repr.py +0 -0
  100. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/formatter.py +0 -0
  101. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/jsmol_iframe.py +0 -0
  102. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/pretty_print.py +0 -0
  103. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/display/util.py +0 -0
  104. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/image.py +0 -0
  105. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/inputhook.py +0 -0
  106. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/interface_magic.py +0 -0
  107. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/interpreter.py +0 -0
  108. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_extension.py +0 -0
  109. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/__init__.py +0 -0
  110. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/__main__.py +0 -0
  111. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/all_jupyter.py +0 -0
  112. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/install.py +0 -0
  113. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/interact.py +0 -0
  114. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/kernel.py +0 -0
  115. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/widgets.py +0 -0
  116. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_kernel/widgets_sagenb.py +0 -0
  117. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/ipython_tests.py +0 -0
  118. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/load.py +0 -0
  119. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/preparse.py +0 -0
  120. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/prompts.py +0 -0
  121. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/__init__.py +0 -0
  122. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/backend_base.py +0 -0
  123. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/backend_doctest.py +0 -0
  124. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/backend_emacs.py +0 -0
  125. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/backend_ipython.py +0 -0
  126. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/buffer.py +0 -0
  127. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/display_manager.py +0 -0
  128. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.avi +0 -0
  129. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.canvas3d +0 -0
  130. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.dvi +0 -0
  131. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.flv +0 -0
  132. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.gif +0 -0
  133. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.jpg +0 -0
  134. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.mkv +0 -0
  135. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.mov +0 -0
  136. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.mp4 +0 -0
  137. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.ogv +0 -0
  138. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.pdf +0 -0
  139. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.png +0 -0
  140. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.svg +0 -0
  141. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.webm +0 -0
  142. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example.wmv +0 -0
  143. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example_jmol.spt.zip +0 -0
  144. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example_wavefront_scene.mtl +0 -0
  145. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/example_wavefront_scene.obj +0 -0
  146. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_basic.py +0 -0
  147. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_browser.py +0 -0
  148. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_catalog.py +0 -0
  149. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_graphics.py +0 -0
  150. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_graphics3d.py +0 -0
  151. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/output_video.py +0 -0
  152. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/preferences.py +0 -0
  153. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/pretty_print.py +0 -0
  154. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/rich_output/test_backend.py +0 -0
  155. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/repl/user_globals.py +0 -0
  156. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/all.py +0 -0
  157. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/all__sagemath_repl.py +0 -0
  158. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py +0 -0
  159. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/arxiv_0812_2725.py +0 -0
  160. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/benchmark.py +0 -0
  161. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/book_schilling_zabrocki_kschur_primer.py +0 -0
  162. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/book_stein_ent.py +0 -0
  163. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/book_stein_modform.py +0 -0
  164. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/__init__.py +0 -0
  165. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/README +0 -0
  166. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/__init__.py +0 -0
  167. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py +0 -0
  168. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py +0 -0
  169. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py +0 -0
  170. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py +0 -0
  171. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py +0 -0
  172. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py +0 -0
  173. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py +0 -0
  174. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py +0 -0
  175. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py +0 -0
  176. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py +0 -0
  177. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py +0 -0
  178. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py +0 -0
  179. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py +0 -0
  180. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py +0 -0
  181. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py +0 -0
  182. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/__init__.py +0 -0
  183. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py +0 -0
  184. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py +0 -0
  185. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py +0 -0
  186. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py +0 -0
  187. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py +0 -0
  188. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py +0 -0
  189. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py +0 -0
  190. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py +0 -0
  191. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py +0 -0
  192. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py +0 -0
  193. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py +0 -0
  194. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py +0 -0
  195. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py +0 -0
  196. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py +0 -0
  197. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/__init__.py +0 -0
  198. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py +0 -0
  199. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/actions-sage.py +0 -0
  200. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/algcodes-sage.py +0 -0
  201. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/boolean-sage.py +0 -0
  202. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py +0 -0
  203. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/cosets-sage.py +0 -0
  204. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/crypt-sage.py +0 -0
  205. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/cyclic-sage.py +0 -0
  206. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/domains-sage.py +0 -0
  207. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/fields-sage.py +0 -0
  208. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/finite-sage.py +0 -0
  209. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/galois-sage.py +0 -0
  210. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/groups-sage.py +0 -0
  211. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py +0 -0
  212. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/homomorph-sage.py +0 -0
  213. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/integers-sage.py +0 -0
  214. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/isomorph-sage.py +0 -0
  215. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/normal-sage.py +0 -0
  216. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/permute-sage.py +0 -0
  217. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/poly-sage.py +0 -0
  218. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/rings-sage.py +0 -0
  219. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/sets-sage.py +0 -0
  220. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/struct-sage.py +0 -0
  221. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/sylow-sage.py +0 -0
  222. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py +0 -0
  223. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/books/judson-abstract-algebra/vect-sage.py +0 -0
  224. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/cmdline.py +0 -0
  225. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/combinatorial_hopf_algebras.py +0 -0
  226. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/finite_poset.py +0 -0
  227. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/functools_partial_src.py +0 -0
  228. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/gosper-sum.py +0 -0
  229. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/lazy_imports.py +0 -0
  230. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/memcheck/__init__.py +0 -0
  231. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/memcheck/run_tests.py +0 -0
  232. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/memcheck/run_tests_in_valgrind.py +0 -0
  233. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/memcheck/symbolic_expression.py +0 -0
  234. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/memcheck/verify_no_leak.py +0 -0
  235. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/meson.build +0 -0
  236. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/modular_group_cohomology.py +0 -0
  237. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/numpy.py +0 -0
  238. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/parigp.py +0 -0
  239. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/startup.py +0 -0
  240. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/symbolic-series.py +0 -0
  241. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/sympy.py +0 -0
  242. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/sage/tests/test_deprecation.py +0 -0
  243. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/setup.cfg +0 -0
  244. {passagemath_repl-10.5.42 → passagemath_repl-10.5.44}/setup.py +0 -0
@@ -33,12 +33,6 @@ include sage/misc/sh.py
33
33
  graft sage/ext_data/notebook-ipython
34
34
  exclude sage/ext_data/notebook-ipython/kernel.json.in
35
35
 
36
- # expect_objects from sage.interfaces.quit is needed to compute the
37
- # CPU time used by each doctest. We include sage.interfaces.cleaner
38
- # because it is conditionally imported by sage.interfaces.quit.
39
- include sage/interfaces/quit.py
40
- include sage/interfaces/cleaner.py
41
-
42
36
  include VERSION.txt
43
37
 
44
38
  global-exclude all__*.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-repl
3
- Version: 10.5.42
3
+ Version: 10.5.44
4
4
  Summary: passagemath: IPython kernel, Sage preparser, doctester
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,8 +28,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-objects~=10.5.42.0
32
- Requires-Dist: passagemath-environment~=10.5.42.0
31
+ Requires-Dist: passagemath-objects~=10.5.44.0
32
+ Requires-Dist: passagemath-environment~=10.5.44.0
33
33
  Requires-Dist: ipykernel>=5.2.1
34
34
  Requires-Dist: ipython>=7.13.0
35
35
  Requires-Dist: ipywidgets>=7.5.1
@@ -0,0 +1 @@
1
+ 10.5.44
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-repl
3
- Version: 10.5.42
3
+ Version: 10.5.44
4
4
  Summary: passagemath: IPython kernel, Sage preparser, doctester
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,8 +28,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-objects~=10.5.42.0
32
- Requires-Dist: passagemath-environment~=10.5.42.0
31
+ Requires-Dist: passagemath-objects~=10.5.44.0
32
+ Requires-Dist: passagemath-environment~=10.5.44.0
33
33
  Requires-Dist: ipykernel>=5.2.1
34
34
  Requires-Dist: ipython>=7.13.0
35
35
  Requires-Dist: ipywidgets>=7.5.1
@@ -64,8 +64,6 @@ sage/ext_data/all__sagemath_repl.py
64
64
  sage/ext_data/notebook-ipython/logo-64x64.png
65
65
  sage/ext_data/notebook-ipython/logo.svg
66
66
  sage/interfaces/all__sagemath_repl.py
67
- sage/interfaces/cleaner.py
68
- sage/interfaces/quit.py
69
67
  sage/misc/all__sagemath_repl.py
70
68
  sage/misc/banner.py
71
69
  sage/misc/benchmark.py
@@ -1,5 +1,5 @@
1
- passagemath-objects~=10.5.42.0
2
- passagemath-environment~=10.5.42.0
1
+ passagemath-objects~=10.5.44.0
2
+ passagemath-environment~=10.5.44.0
3
3
  ipykernel>=5.2.1
4
4
  ipython>=7.13.0
5
5
  ipywidgets>=7.5.1
@@ -2,8 +2,8 @@
2
2
  [build-system]
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
- 'passagemath-setup ~= 10.5.42.0',
6
- 'passagemath-environment ~= 10.5.42.0',
5
+ 'passagemath-setup ~= 10.5.44.0',
6
+ 'passagemath-environment ~= 10.5.44.0',
7
7
  'setuptools >= 77.0.0',
8
8
  ]
9
9
  build-backend = "setuptools.build_meta"
@@ -12,8 +12,8 @@ build-backend = "setuptools.build_meta"
12
12
  name = "passagemath-repl"
13
13
  description = "passagemath: IPython kernel, Sage preparser, doctester"
14
14
  dependencies = [
15
- 'passagemath-objects ~= 10.5.42.0',
16
- 'passagemath-environment ~= 10.5.42.0',
15
+ 'passagemath-objects ~= 10.5.44.0',
16
+ 'passagemath-environment ~= 10.5.44.0',
17
17
  'ipykernel >=5.2.1',
18
18
  'ipython >=7.13.0',
19
19
  'ipywidgets >=7.5.1',
@@ -332,7 +332,10 @@ class Timer:
332
332
  sage: Timer().start()
333
333
  {'cputime': ..., 'walltime': ...}
334
334
  """
335
- from sage.interfaces.quit import expect_objects
335
+ try:
336
+ from sage.interfaces.quit import expect_objects
337
+ except ImportError:
338
+ expect_objects = []
336
339
  self.cputime = self._quick_cputime(expect_objects)
337
340
  self.walltime = walltime()
338
341
  return self
@@ -351,7 +354,10 @@ class Timer:
351
354
  sage: timer.stop()
352
355
  {'cputime': ..., 'walltime': ...}
353
356
  """
354
- from sage.interfaces.quit import expect_objects
357
+ try:
358
+ from sage.interfaces.quit import expect_objects
359
+ except ImportError:
360
+ expect_objects = []
355
361
  self.cputime = self._quick_cputime(expect_objects) - self.cputime
356
362
  self.walltime = walltime() - self.walltime
357
363
  return self
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
- # sage.doctest: needs scipy sage.modules
2
+ # sage.doctest: needs scipy sage.modules sage.plot
3
3
  r"""
4
4
  This file (./linsolve_doctest.sage) was *autogenerated* from ./linsolve.tex,
5
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
- # sage.doctest: needs fpylll sage.libs.singular
2
+ # sage.doctest: needs fpylll sage.libs.singular sage.symbolic
3
3
  r"""
4
4
  This file (./mpoly_doctest.sage) was *autogenerated* from ./mpoly.tex,
5
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
- # sage.doctest: needs fpylll sage.libs.pari sage.libs.singular sage.rings.number_field
2
+ # sage.doctest: needs fpylll sage.libs.pari sage.libs.singular sage.rings.number_field sage.symbolic
3
3
  """
4
4
  This file (./sol/mpoly_doctest.sage) was *autogenerated* from ./sol/mpoly.tex,
5
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1 +0,0 @@
1
- 10.5.42
@@ -1,48 +0,0 @@
1
- # sage_setup: distribution = sagemath-repl
2
- """
3
- Interface to the Sage cleaner
4
-
5
- Triva Note: For the name "sage-cleaner", think of the
6
- "The Cleaner" from Pulp Fiction:
7
- http://www.frankjankowski.de/quiz/illus/keitel.jpg
8
- """
9
- # ****************************************************************************
10
- # Copyright (C) 2007 William Stein <wstein@gmail.com>
11
- #
12
- # Distributed under the terms of the GNU General Public License (GPL)
13
- # as published by the Free Software Foundation; either version 2 of
14
- # the License, or (at your option) any later version.
15
- # https://www.gnu.org/licenses/
16
- # ****************************************************************************
17
- import os
18
- import atexit
19
- import tempfile
20
-
21
- _spd = tempfile.TemporaryDirectory()
22
- SAGE_SPAWNED_PROCESS_FILE = os.path.join(_spd.name, "spawned_processes")
23
- atexit.register(lambda: _spd.cleanup())
24
-
25
-
26
- def start_cleaner():
27
- """
28
- Start ``sage-cleaner`` in a new process group.
29
- """
30
- if not os.fork():
31
- os.setpgid(os.getpid(), os.getpid())
32
-
33
- # Redirect stdin, stdout, stderr to /dev/null
34
- with open(os.devnull, "r+") as f:
35
- os.dup2(f.fileno(), 0)
36
- os.dup2(f.fileno(), 1)
37
- os.dup2(f.fileno(), 2)
38
-
39
- # Close all other file descriptors
40
- try:
41
- maxopenfiles = os.sysconf("SC_OPEN_MAX")
42
- if maxopenfiles <= 0:
43
- raise ValueError
44
- except ValueError:
45
- maxopenfiles = 1024
46
- os.closerange(3, maxopenfiles)
47
-
48
- os.execlp("sage-cleaner", "sage-cleaner")
@@ -1,178 +0,0 @@
1
- # sage_setup: distribution = sagemath-repl
2
- """
3
- Quitting interfaces
4
- """
5
-
6
- ################################################################################
7
- # Copyright (C) 2010 William Stein <wstein@gmail.com>
8
- #
9
- # Distributed under the terms of (any version of) the GNU
10
- # General Public License (GPL). The full text of the GPL is available at:
11
- #
12
- # https://www.gnu.org/licenses/
13
- ################################################################################
14
-
15
- from __future__ import annotations
16
-
17
- import os
18
- import subprocess
19
- import sys
20
- from typing import TYPE_CHECKING
21
-
22
- from sage.env import DOT_SAGE, HOSTNAME
23
- from sage.misc.cachefunc import cached_function
24
-
25
- if TYPE_CHECKING:
26
- from weakref import ReferenceType
27
-
28
- from sage.interfaces.expect import Expect
29
-
30
-
31
- @cached_function
32
- def sage_spawned_process_file() -> str:
33
- """
34
- EXAMPLES::
35
-
36
- sage: from sage.interfaces.quit import sage_spawned_process_file
37
- sage: len(sage_spawned_process_file()) > 1
38
- True
39
- """
40
- # This is the old value of SAGE_TMP. Until sage-cleaner is
41
- # completely removed, we need to leave these spawned_processes
42
- # files where sage-cleaner will look for them.
43
- d = os.path.join(DOT_SAGE, "temp", HOSTNAME, str(os.getpid()))
44
- os.makedirs(d, exist_ok=True)
45
- return os.path.join(d, "spawned_processes")
46
-
47
-
48
- def register_spawned_process(pid: int, cmd: str = "") -> None:
49
- """
50
- Write a line to the ``spawned_processes`` file with the given
51
- ``pid`` and ``cmd``.
52
- """
53
- if cmd != "":
54
- cmd = cmd.strip().split()[0]
55
- # This is safe, since only this process writes to this file.
56
- try:
57
- with open(sage_spawned_process_file(), "a") as file:
58
- file.write("%s %s\n" % (pid, cmd))
59
- except OSError:
60
- pass
61
- else:
62
- # If sage is being used as a python library, we need to launch
63
- # the cleaner ourselves upon being told that there will be
64
- # something to clean.
65
- from sage.interfaces.cleaner import start_cleaner
66
-
67
- start_cleaner()
68
-
69
-
70
- expect_objects: list[ReferenceType[Expect]] = []
71
-
72
-
73
- def expect_quitall(verbose: bool = False) -> None:
74
- """
75
- EXAMPLES::
76
-
77
- sage: sage.interfaces.quit.expect_quitall()
78
- sage: gp.eval('a=10') # needs sage.libs.pari
79
- '10'
80
- sage: gp('a') # needs sage.libs.pari
81
- 10
82
- sage: sage.interfaces.quit.expect_quitall()
83
- sage: gp('a') # needs sage.libs.pari
84
- a
85
- sage: sage.interfaces.quit.expect_quitall(verbose=True) # needs sage.libs.pari
86
- Exiting PARI/GP interpreter with PID ... running .../gp --fast --emacs --quiet --stacksize 10000000
87
- """
88
- for reference in expect_objects:
89
- process = reference()
90
- if process is not None:
91
- try:
92
- process.quit(verbose=verbose)
93
- except RuntimeError:
94
- pass
95
- kill_spawned_jobs()
96
-
97
-
98
- def kill_spawned_jobs(verbose: bool = False):
99
- """
100
- INPUT:
101
-
102
- - ``verbose`` -- boolean (default: ``False``); if ``True``, display a
103
- message each time a process is sent a kill signal
104
-
105
- EXAMPLES::
106
-
107
- sage: gp.eval('a=10') # needs sage.libs.pari
108
- '10'
109
- sage: sage.interfaces.quit.kill_spawned_jobs(verbose=False)
110
- sage: sage.interfaces.quit.expect_quitall()
111
- sage: gp.eval('a=10') # needs sage.libs.pari
112
- '10'
113
- sage: sage.interfaces.quit.kill_spawned_jobs(verbose=True) # needs sage.libs.pari
114
- Killing spawned job ...
115
-
116
- After doing the above, we do the following to avoid confusion in other doctests::
117
-
118
- sage: sage.interfaces.quit.expect_quitall()
119
- """
120
- fname = sage_spawned_process_file()
121
- if not os.path.exists(fname):
122
- return
123
-
124
- with open(fname) as file:
125
- for line in file:
126
- i = line.find(" ")
127
- pid = line[:i].strip()
128
- try:
129
- if verbose:
130
- print("Killing spawned job %s" % pid)
131
- if sys.platform == "win32":
132
- # From https://stackoverflow.com/a/47756757/873661
133
- subprocess.call(["taskkill", "/F", "/T", "/PID", pid])
134
- else:
135
- os.killpg(int(pid), 9)
136
- except OSError:
137
- pass
138
-
139
-
140
- def is_running(pid: int) -> bool:
141
- """
142
- Return ``True`` if and only if there is a process with id pid running.
143
- """
144
- try:
145
- os.kill(int(pid), 0)
146
- return True
147
- except (OSError, ValueError):
148
- return False
149
-
150
-
151
- def invalidate_all() -> None:
152
- """
153
- Invalidate all of the expect interfaces.
154
-
155
- This is used, e.g., by the fork-based ``@parallel`` decorator.
156
-
157
- EXAMPLES::
158
-
159
- sage: # needs sage.libs.pari sage.symbolic
160
- sage: a = maxima(2); b = gp(3)
161
- sage: a, b
162
- (2, 3)
163
- sage: sage.interfaces.quit.invalidate_all()
164
- sage: a
165
- (invalid Maxima object -- The maxima session in which this object was defined is no longer running.)
166
- sage: b
167
- (invalid PARI/GP interpreter object -- The pari session in which this object was defined is no longer running.)
168
-
169
- However the maxima and gp sessions should still work out, though with their state reset::
170
-
171
- sage: a = maxima(2); b = gp(3) # needs sage.libs.pari sage.symbolic
172
- sage: a, b # needs sage.libs.pari sage.symbolic
173
- (2, 3)
174
- """
175
- for reference in expect_objects:
176
- process = reference()
177
- if process:
178
- process.detach()