passagemath-objects 10.6.31rc1__cp310-cp310-macosx_13_0_x86_64.whl → 10.6.31rc3__cp310-cp310-macosx_13_0_x86_64.whl

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.

Potentially problematic release.


This version of passagemath-objects might be problematic. Click here for more details.

Files changed (75) hide show
  1. {passagemath_objects-10.6.31rc1.dist-info → passagemath_objects-10.6.31rc3.dist-info}/METADATA +2 -2
  2. {passagemath_objects-10.6.31rc1.dist-info → passagemath_objects-10.6.31rc3.dist-info}/RECORD +75 -75
  3. sage/arith/numerical_approx.cpython-310-darwin.so +0 -0
  4. sage/arith/power.cpython-310-darwin.so +0 -0
  5. sage/categories/action.cpython-310-darwin.so +0 -0
  6. sage/categories/category_cy_helper.cpython-310-darwin.so +0 -0
  7. sage/categories/category_singleton.cpython-310-darwin.so +0 -0
  8. sage/categories/functor.cpython-310-darwin.so +0 -0
  9. sage/categories/map.cpython-310-darwin.so +0 -0
  10. sage/categories/morphism.cpython-310-darwin.so +0 -0
  11. sage/cpython/atexit.cpython-310-darwin.so +0 -0
  12. sage/cpython/atexit.pyx +73 -24
  13. sage/cpython/builtin_types.cpython-310-darwin.so +0 -0
  14. sage/cpython/cython_metaclass.cpython-310-darwin.so +0 -0
  15. sage/cpython/debug.cpython-310-darwin.so +0 -0
  16. sage/cpython/dict_del_by_value.cpython-310-darwin.so +0 -0
  17. sage/cpython/getattr.cpython-310-darwin.so +0 -0
  18. sage/cpython/string.cpython-310-darwin.so +0 -0
  19. sage/cpython/type.cpython-310-darwin.so +0 -0
  20. sage/groups/group.cpython-310-darwin.so +0 -0
  21. sage/groups/old.cpython-310-darwin.so +0 -0
  22. sage/libs/gmp/pylong.cpython-310-darwin.so +0 -0
  23. sage/misc/c3_controlled.cpython-310-darwin.so +0 -0
  24. sage/misc/cachefunc.cpython-310-darwin.so +0 -0
  25. sage/misc/cachefunc.pyx +1 -1
  26. sage/misc/classcall_metaclass.cpython-310-darwin.so +0 -0
  27. sage/misc/constant_function.cpython-310-darwin.so +0 -0
  28. sage/misc/fast_methods.cpython-310-darwin.so +0 -0
  29. sage/misc/fpickle.cpython-310-darwin.so +0 -0
  30. sage/misc/function_mangling.cpython-310-darwin.so +0 -0
  31. sage/misc/inherit_comparison.cpython-310-darwin.so +0 -0
  32. sage/misc/instancedoc.cpython-310-darwin.so +0 -0
  33. sage/misc/lazy_attribute.cpython-310-darwin.so +0 -0
  34. sage/misc/lazy_import.cpython-310-darwin.so +0 -0
  35. sage/misc/lazy_list.cpython-310-darwin.so +0 -0
  36. sage/misc/lazy_list.pyx +9 -10
  37. sage/misc/lazy_string.cpython-310-darwin.so +0 -0
  38. sage/misc/misc_c.cpython-310-darwin.so +0 -0
  39. sage/misc/nested_class.cpython-310-darwin.so +0 -0
  40. sage/misc/persist.cpython-310-darwin.so +0 -0
  41. sage/misc/randstate.cpython-310-darwin.so +0 -0
  42. sage/misc/reset.cpython-310-darwin.so +0 -0
  43. sage/misc/sage_ostools.cpython-310-darwin.so +0 -0
  44. sage/misc/sage_timeit_class.cpython-310-darwin.so +0 -0
  45. sage/misc/sage_unittest.py +11 -14
  46. sage/misc/sageinspect.py +25 -72
  47. sage/misc/session.cpython-310-darwin.so +0 -0
  48. sage/misc/weak_dict.cpython-310-darwin.so +0 -0
  49. sage/misc/weak_dict.pyx +6 -6
  50. sage/modules/module.cpython-310-darwin.so +0 -0
  51. sage/sets/pythonclass.cpython-310-darwin.so +0 -0
  52. sage/structure/category_object.cpython-310-darwin.so +0 -0
  53. sage/structure/coerce.cpython-310-darwin.so +0 -0
  54. sage/structure/coerce_actions.cpython-310-darwin.so +0 -0
  55. sage/structure/coerce_dict.cpython-310-darwin.so +0 -0
  56. sage/structure/coerce_maps.cpython-310-darwin.so +0 -0
  57. sage/structure/debug_options.cpython-310-darwin.so +0 -0
  58. sage/structure/element.cpython-310-darwin.so +0 -0
  59. sage/structure/element_wrapper.cpython-310-darwin.so +0 -0
  60. sage/structure/factory.cpython-310-darwin.so +0 -0
  61. sage/structure/list_clone.cpython-310-darwin.so +0 -0
  62. sage/structure/list_clone.pyx +1 -1
  63. sage/structure/list_clone_demo.cpython-310-darwin.so +0 -0
  64. sage/structure/list_clone_timings_cy.cpython-310-darwin.so +0 -0
  65. sage/structure/mutability.cpython-310-darwin.so +0 -0
  66. sage/structure/parent.cpython-310-darwin.so +0 -0
  67. sage/structure/parent_base.cpython-310-darwin.so +0 -0
  68. sage/structure/parent_gens.cpython-310-darwin.so +0 -0
  69. sage/structure/parent_old.cpython-310-darwin.so +0 -0
  70. sage/structure/richcmp.cpython-310-darwin.so +0 -0
  71. sage/structure/sage_object.cpython-310-darwin.so +0 -0
  72. sage/structure/sage_object.pyx +7 -6
  73. sage/structure/unique_representation.py +2 -2
  74. {passagemath_objects-10.6.31rc1.dist-info → passagemath_objects-10.6.31rc3.dist-info}/WHEEL +0 -0
  75. {passagemath_objects-10.6.31rc1.dist-info → passagemath_objects-10.6.31rc3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-objects
3
- Version: 10.6.31rc1
3
+ Version: 10.6.31rc3
4
4
  Summary: passagemath: Sage objects, elements, parents, categories, coercion, metaclasses
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -27,7 +27,7 @@ Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.10
30
+ Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: gmpy2~=2.1.b999
33
33
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
@@ -1,8 +1,8 @@
1
+ passagemath_objects-10.6.31rc3.dist-info/RECORD,,
2
+ passagemath_objects-10.6.31rc3.dist-info/WHEEL,sha256=RpI2f7qWECrFv3jwk06i6A13TXjBn5AxATfaWklqEPg,137
3
+ passagemath_objects-10.6.31rc3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_objects-10.6.31rc3.dist-info/METADATA,sha256=xb5rhHC8etJrGqZcEY7_sthyokGOKY_VR-jbY3ibhbQ,5271
1
5
  passagemath_objects.dylibs/libgmp.10.dylib,sha256=0q22Nymb1w9CfAmnK2LP6OCGdp3Om-OQrFLzvUUQlwU,510784
2
- passagemath_objects-10.6.31rc1.dist-info/RECORD,,
3
- passagemath_objects-10.6.31rc1.dist-info/WHEEL,sha256=RpI2f7qWECrFv3jwk06i6A13TXjBn5AxATfaWklqEPg,137
4
- passagemath_objects-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_objects-10.6.31rc1.dist-info/METADATA,sha256=lIGD0Yi6kaK7zPqT4OU5pQjbom1yrt_cNm0y-7KsyL8,5271
6
6
  sage/all__sagemath_objects.py,sha256=NVxVF3fEVtmNUxMKNHjkVqgXO4-AsnV6iuMsgVh3l_4,804
7
7
  sage/misc/superseded.py,sha256=3K8MzLbmNupi8gMwYaYK68F7YNaYWTVsI9YO1z0TxBE,19934
8
8
  sage/misc/prandom.py,sha256=vnbY62JYLu5_5L1nGbq1SoHkt0ScGBrx-LisbzhM2YY,12432
@@ -10,36 +10,36 @@ sage/misc/verbose.py,sha256=KGMJeArKTqIPTgTxRq4YsSyY7KwZov0m1VmzfImmbUc,6636
10
10
  sage/misc/classcall_metaclass.pyx,sha256=QkgYomel8fNufKtvWx8Iz9fBrSoubKqGIm6sfU-sLYU,21263
11
11
  sage/misc/misc.py,sha256=3M5ekIsxGhmZOR2c1AzChqurp7rQl-ErMOe-R1lO_BA,30450
12
12
  sage/misc/sage_timeit.py,sha256=2l3OuSjfwQFqF3CkzVDR8LOR2AiPGskiOMleWD03NKU,9064
13
- sage/misc/lazy_string.cpython-310-darwin.so,sha256=on2DtUIPfcOBlyYljQITRcf6UKsAup-bqSSz81vRxtk,87896
14
- sage/misc/fast_methods.cpython-310-darwin.so,sha256=DxiZYdmTOa1IzwUwhNvnL-XeQlBGQeoU5KMC8lEuCUY,87192
15
- sage/misc/function_mangling.cpython-310-darwin.so,sha256=Qbb_Zz0qcVMSjct3Xej6Ugg4ooED0j58YOnhUiWuecQ,76776
16
- sage/misc/weak_dict.pyx,sha256=CXWvbATI26YASIJ-vVvq9YcNHpnRp6tnoDnJ92iT-8Q,41565
13
+ sage/misc/lazy_string.cpython-310-darwin.so,sha256=1ylThk-fSa-r9frD3AgeKZZV23pDSMLx5otzjPTxCNQ,87896
14
+ sage/misc/fast_methods.cpython-310-darwin.so,sha256=l2AFtlbDt5a1sGuiIT5arqkPITiubntbF0RQiRaQHbU,87192
15
+ sage/misc/function_mangling.cpython-310-darwin.so,sha256=4VWPzUZ2cDmhNlHXmuc0-jN5XY7TvyMubtc4-xFS_hI,76776
16
+ sage/misc/weak_dict.pyx,sha256=0gbKGb_Fovx_pIblCYMwsVwxLfTGpU9CgI9n65N8OF0,41601
17
17
  sage/misc/flatten.py,sha256=BMribQzTuNq4JqjNkTtla9mEUb7QVCBhskj9rLWAiuQ,2739
18
- sage/misc/cachefunc.cpython-310-darwin.so,sha256=EVGa_97OTBp3GjgM_8HNNYSEgs8z1mbmz2P50GsmetE,484048
18
+ sage/misc/cachefunc.cpython-310-darwin.so,sha256=vigiDWZFoDzz7fixEi6ACTJ0zoi9qHDd-wWjXb6EtZE,484048
19
19
  sage/misc/sage_timeit_class.pyx,sha256=3IIxeFsvD7gxemBNgP_tnhuwMWjPiVdUTKQshSHWSxk,3908
20
- sage/misc/session.cpython-310-darwin.so,sha256=gl2t1xKN3AhD39idrottxNAccleBjK9POER6Qz9BDfg,78760
21
- sage/misc/inherit_comparison.cpython-310-darwin.so,sha256=PFEc7hCaiARsrZfmv6r-kM-AbyfUwClTOHfYftpmO58,42064
20
+ sage/misc/session.cpython-310-darwin.so,sha256=qfhNvHstIOxe85VUbThAv3NRQlsv2NbgLgEBSGkMLEU,78760
21
+ sage/misc/inherit_comparison.cpython-310-darwin.so,sha256=RaJ_AbNRUicIek2weJogqqIRSCi3mc_D4gLW8WdcOuM,42064
22
22
  sage/misc/lazy_string.pyx,sha256=kjC5HtApqcYKUv4VGXK0_zjUqJ_HdLzXAUW5Ws9FdJA,16280
23
- sage/misc/misc_c.cpython-310-darwin.so,sha256=EDgvgvfMoR7POxnt9HhyDIrcT43MHUjPnsbR4kILo8g,132464
23
+ sage/misc/misc_c.cpython-310-darwin.so,sha256=mRGNZWd0DCDPWdG5yNUDUufC9Do0Z7mO6lxOY_gesLs,132464
24
24
  sage/misc/c3_controlled.pyx,sha256=a3z5yOBzNLzcMS085cQH6S1heXHCU4zT32SvU0ng6F4,56078
25
25
  sage/misc/lazy_import_cache.py,sha256=7UUPsvP7XLFIcXZee9tg8jB_0luUr-z3lxTPd8dsU2Y,1005
26
- sage/misc/reset.cpython-310-darwin.so,sha256=j_Op8QnqCU_LD-5LUB3cGHR38BKJxV2jz1hDNuzJOgY,72272
27
- sage/misc/constant_function.cpython-310-darwin.so,sha256=ewhXUCStzCAA3WHqE_PUFoL5b9UbvkB4n4T3NLz0ZFI,75376
28
- sage/misc/lazy_list.cpython-310-darwin.so,sha256=Tff3V_UHYVRa1Jmb7IqSuif_tXvhSvMkhIsM2o5vh2s,197280
26
+ sage/misc/reset.cpython-310-darwin.so,sha256=C0-uWWUbl9v753KRpdfUZ7Q-V7_BXojc3DpimUgTOkc,72272
27
+ sage/misc/constant_function.cpython-310-darwin.so,sha256=E-VqOdXnQCDlMQtpkV3TbH92_XmilPNlUHVimmvkoQk,75376
28
+ sage/misc/lazy_list.cpython-310-darwin.so,sha256=kR9wFPCOb6_iFVZ-bH0Hbo7Jihdp8Qe7TyDFxZiqbj8,197280
29
29
  sage/misc/instancedoc.pyx,sha256=ml1-c_SKHAnww2zwkJTXbuf2TSHJXtNYQstTSCRipFo,11125
30
- sage/misc/weak_dict.cpython-310-darwin.so,sha256=OfMZ_-ZImauBNHrrWvs7V4-9GycBz5LQ8VfT_Kx6n0Y,161488
30
+ sage/misc/weak_dict.cpython-310-darwin.so,sha256=RcKmdJzloefZBJ-bkMOYzzViL18GE4aVocaaf9fbbh8,161488
31
31
  sage/misc/reset.pyx,sha256=9xnGnC8yOv-3MKXXEAWcnuc7WLrw6lZQDLqsC91rQ5Y,5675
32
32
  sage/misc/sage_ostools.pyx,sha256=CaDOaTvu2JXfOwJk8wsgTF_OT_ivjugrqVvBa2FvvqA,9287
33
- sage/misc/lazy_attribute.cpython-310-darwin.so,sha256=4pHfTYwaUpM8qvcL3Kf8sJ1cM3PmJOwFZX0kcDg1iIY,99536
33
+ sage/misc/lazy_attribute.cpython-310-darwin.so,sha256=W3gu7dj9XdvQWi-lAU-FNK2Pvmmo_mzCokCXVf2y2z0,99536
34
34
  sage/misc/function_mangling.pyx,sha256=bVzo7-pJq0kNLBvR4W3AVuCCr7JrVVnj-9oqEq0bQLI,10873
35
- sage/misc/lazy_list.pyx,sha256=8uPSFQUEqpi098JLpAgHqd_43uWsXfd12DMxZn_pQyU,38284
35
+ sage/misc/lazy_list.pyx,sha256=ib3TZpxutctPqQ2bAwTGVJgo4YIJv8wmKfiBvoBtIsM,38313
36
36
  sage/misc/nested_class.pxd,sha256=8jncbDWcavg4ZjbrbtXscGagkcMVU-ZDYH4k15jZyc4,94
37
37
  sage/misc/fast_methods.pyx,sha256=RrRNp3UNliUhKPdIXz_mxu1BL_7iHze4vx7Ulpyaw84,11976
38
38
  sage/misc/misc_c.pxd,sha256=6ijmZ05ZScqQVt6NfUEaSbHijl_JK2U4JQlV_E8SxR0,96
39
- sage/misc/cachefunc.pyx,sha256=PxXg3mtgFy3d2j1QlrvAHRkihnRBwmRjRjy2luSHRbI,127240
39
+ sage/misc/cachefunc.pyx,sha256=H2S0-A5IQEOvKZ4XDwq1_3kuCkc5dzVvwL_6FbRKW-Q,127246
40
40
  sage/misc/session.pyx,sha256=vxqDy-kT1QEplhoyuDlRM6WiWmFfYLDZiOmy-gwl3gE,11770
41
- sage/misc/persist.cpython-310-darwin.so,sha256=9VL5GdVvnBfQGcpP1GxaUo2GwCh2CYyO1YYTpAiVI34,257120
42
- sage/misc/nested_class.cpython-310-darwin.so,sha256=HJK2WXdpd6le2UmziJl82NwQngw3e7VPIgdb6IRKVus,103664
41
+ sage/misc/persist.cpython-310-darwin.so,sha256=qaGYRdVFs_77wZsFDUxXByAKDiHzUZTSiwZ3-9Y4KZg,257120
42
+ sage/misc/nested_class.cpython-310-darwin.so,sha256=wmRIvw-CihgFJ2qID4icr8r_0E69Nh-TUd8_-ZWYS_8,103664
43
43
  sage/misc/inherit_comparison.pxd,sha256=vV-3Ek7tnZ-05_uFZwTAYTjsFM5OR5qFknyDu9jJTwU,139
44
44
  sage/misc/randstate.pxd,sha256=LERpWdd_7yS8mD_MYIES5yxA-Zh060remnG4jROIApc,746
45
45
  sage/misc/repr.py,sha256=Q8sxfz4xNPGbHlMuKnIeAsH2LaZtXKkKwkHEZLlwFic,6987
@@ -54,28 +54,28 @@ sage/misc/timing.py,sha256=sbUPFLljrbKKA0wPBU-wTI-xO1E7DcqUcfxlo4jTU8g,8329
54
54
  sage/misc/lazy_attribute.pyx,sha256=rpc8WnIiCbrZdwi06AxMWKBcN_uuvHlXJ0UI3xpXg2w,19121
55
55
  sage/misc/lazy_list.pxd,sha256=ugiVT7-AGL6qSOBVn6YSELu_TJctsEL-Dzpv65ep3XQ,672
56
56
  sage/misc/function_mangling.pxd,sha256=n_zmWpk40S2JNrwTiBxFRkZaI9Fj7ZD_E9s_qm7PKu0,330
57
- sage/misc/instancedoc.cpython-310-darwin.so,sha256=IyhO3YqIREVgObEt79wnZrbL-WUY1rq1klpRf8bj2Wk,64888
57
+ sage/misc/instancedoc.cpython-310-darwin.so,sha256=l03nnq8pZjM_dYxO0HiJDqAva3jStvJw3XaLniXgNiI,64888
58
58
  sage/misc/lazy_import.pyx,sha256=ku_tlp1o5BwAfRlJSQtUiGg9c23FjLAQDdOqyw2xhoI,41770
59
59
  sage/misc/abstract_method.py,sha256=57iobT5AwJzRPkutZNFoHyHqc4BgAn_NYzvG2PjlP-E,8409
60
- sage/misc/sage_timeit_class.cpython-310-darwin.so,sha256=I8BNZIZ5JZszCKCpjRSDLZpYjmtQqIDMK7eSIcJxhVQ,60024
60
+ sage/misc/sage_timeit_class.cpython-310-darwin.so,sha256=T2b-SmcVdZA22ZCQGa544mxV9qngFttwIBTZSDB3UbM,60024
61
61
  sage/misc/test_nested_class.py,sha256=E_r0pvZKHIWw-1V3djlwdSKjY5BbaPmp-UFewrRhTLA,5914
62
- sage/misc/classcall_metaclass.cpython-310-darwin.so,sha256=KachSBDgMKKp_tUG06qNuSTTa-dv6Mwrnl4_eAm_Zgw,103600
63
- sage/misc/sageinspect.py,sha256=jjtNFSH6QniO3OjJEKv44Fj7gRmA9JBm94mQRCwLcXQ,108872
62
+ sage/misc/classcall_metaclass.cpython-310-darwin.so,sha256=lr5YitmfI57jRGasMSuZ8OfvsnFSJjlk_cb_7qYJ1lI,103600
63
+ sage/misc/sageinspect.py,sha256=QPEhtfOAmjM8dXPl1v89np73eO2qJYdRCdrrSZFSCGI,107670
64
64
  sage/misc/c3_controlled.pxd,sha256=EWT5P-X5Y6-dAslfrcE14QFMLsGHWcLSxCoAEkcN7NY,93
65
65
  sage/misc/fpickle.pyx,sha256=Vh5kja4ylA8ln6_ICX5OUvhOXjZDdnazCkB4SC8tGPc,4900
66
- sage/misc/randstate.cpython-310-darwin.so,sha256=1hQrNf20mqjjmlotokuq5935U3ER9v6uopvmJFZyTds,157424
67
- sage/misc/c3_controlled.cpython-310-darwin.so,sha256=_ppPH_bqi0y00tDHsEydedESqxfVaG9qDBYgomO5gkc,283520
66
+ sage/misc/randstate.cpython-310-darwin.so,sha256=jlfZ7SOs--PfMsz2ridQyq7vwSC2xZtJ9GHWwtmegDQ,157424
67
+ sage/misc/c3_controlled.cpython-310-darwin.so,sha256=uODNGR9UDGEfNNLwM7EPK5GKElmEIwdbAxf4y6hvSi0,283520
68
68
  sage/misc/namespace_package.py,sha256=1Zm09A9QjmQ6i4zp3I2G_x1XEm8wJVFxxZ353LN-EZE,938
69
69
  sage/misc/lazy_string.pxd,sha256=svK96-FOIZqWLd-uY9F-s_tF9buYOvl8goNGVbc_Uv8,182
70
70
  sage/misc/persist.pyx,sha256=dy8qDVBTtQrG79tvgeaOLom6QNM8hZTxD7KVGnnuxT0,46217
71
71
  sage/misc/weak_dict.pxd,sha256=7mDU5vWwLDunO53fgGyEhVvSGZKxvHRx-EprQtgBmOA,428
72
- sage/misc/lazy_import.cpython-310-darwin.so,sha256=ulxF3C6KO-ST0BW2xovn0x5FEWpREV8DEgBr6cM6qxo,230216
72
+ sage/misc/lazy_import.cpython-310-darwin.so,sha256=jIUjEYBBT4o0bitLowZxIPQMVH3Wthl9ESa0XY8kQ2s,230216
73
73
  sage/misc/call.py,sha256=WerCuE2OSAGLgok9s-2JqTwEIZkvgqfarMUyQsYZlCc,5757
74
- sage/misc/fpickle.cpython-310-darwin.so,sha256=esdzDd2mn18TgGrbj0GPcqK7VKZhMb15S5Yui7DcSw0,104240
75
- sage/misc/sage_ostools.cpython-310-darwin.so,sha256=_GM79tBnAS-jYPmfp7V3c3ikDP9im4Uivmj2rjhaiAw,100856
74
+ sage/misc/fpickle.cpython-310-darwin.so,sha256=Zevg_vWdvGwNkBUuZ9yL-3AMMseFaEyO2MvkFuVTamM,104240
75
+ sage/misc/sage_ostools.cpython-310-darwin.so,sha256=WJOW6l56ZmcCmvhdCZv24ngjXfEfyQDbks4-obmcLT4,100856
76
76
  sage/misc/all__sagemath_objects.py,sha256=PA6ug9z-uYIb61IYDsyIxyOmch9QQY8KfYqAJin-lco,1544
77
77
  sage/misc/lazy_format.py,sha256=MpN8wJXCvdiyJyOp5x0cfSGNjvUA58bFY7LVjwX5_4c,4379
78
- sage/misc/sage_unittest.py,sha256=sTp3rvIV43FgnsznD08LVMF6miRuvTa81VN7a2D9qBg,24177
78
+ sage/misc/sage_unittest.py,sha256=gIvNuRKZZZKZzlO_TL5ifEUGc2j0MCxkqF-9Bp5dkRc,24002
79
79
  sage/misc/unknown.py,sha256=fVh3T3B3vgSKqYqLjyWu2LhIErNlGQVkcJgqIMAJHtc,6481
80
80
  sage/misc/constant_function.pyx,sha256=gmEpTMwOfsS1xJZBFUJSuDTqfleKvJzuhsWIfBsGN54,3578
81
81
  sage/misc/classcall_metaclass.pxd,sha256=_VnrhJRQAclaFng-7vwzhDrQW-mwExvPLgP5bk1YmhM,583
@@ -87,18 +87,18 @@ sage/ext/mod_int.pxd,sha256=KbuB1xE_rbe3812HzeAnljlBfeASVe8ea2CIK-t-OIM,878
87
87
  sage/ext/stdsage.pxd,sha256=LtnBsa8UN7H5cMbb2AFpj_Bnb9nyl-hQFm2bATj-g_w,1427
88
88
  sage/ext/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
89
89
  sage/groups/group.pyx,sha256=CGAhNiFVdAT2Kjv8Hh-AFq423cfiCyt-SfvMMR0rDU0,9827
90
- sage/groups/group.cpython-310-darwin.so,sha256=TAdpAFIQvG41IpNF2nYfJzx-D-PrT7P7R4Yx3pjwpMg,113568
90
+ sage/groups/group.cpython-310-darwin.so,sha256=kHovXltv4S4gljj9sGL52dExrTQHd69oO6RvF0VVcUY,113568
91
91
  sage/groups/old.pyx,sha256=gxDN9ZQSNq3VnccG9So3tLGk2JgSjTrAwKlpkE26aig,6154
92
- sage/groups/old.cpython-310-darwin.so,sha256=cF53SnJPEjc5ZarieaXEQTpTgPZ2M0iqCrveiBNn6GY,67992
92
+ sage/groups/old.cpython-310-darwin.so,sha256=KTiJc4qmWYnqpOwH1dHtGxu-hqVhzsevsEF-10K29Rc,67992
93
93
  sage/groups/old.pxd,sha256=2CXrLHHAFFGvFhOcHEBR4jo65SGynhNEcMF0f9rMsQs,266
94
94
  sage/groups/all__sagemath_objects.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
95
95
  sage/groups/group.pxd,sha256=l5XDUVBLZZghkEMm3p72KdVJDLxD85Je9otL5yDkXQM,251
96
96
  sage/arith/long.pxd,sha256=wc2jBHq3rpg7oSfahGg7LqU495AgGG-IrU5R6RVXlKA,13944
97
97
  sage/arith/numerical_approx.pxd,sha256=gFWmxAnUn8xt1cMwCW0pxfywfy_ZJ3vrRuNjAjlo1dU,950
98
98
  sage/arith/power.pyx,sha256=SJamErC6EQinYao_I5JMTWNnYRRxUT-t-jRErZq-T5A,3257
99
- sage/arith/numerical_approx.cpython-310-darwin.so,sha256=wnyc3piy-UhZoRhJE8_sFYJsqfPhCWXZ4lwHjyMgZU0,58648
99
+ sage/arith/numerical_approx.cpython-310-darwin.so,sha256=PtS8S9D-K1v86HDlCHXAagadq2ku4jdncL-263b9C3s,58648
100
100
  sage/arith/power.pxd,sha256=CS0qcAvGCF4VdHFFOxfKtF5cmviM0UyOzGfAYghjTCA,630
101
- sage/arith/power.cpython-310-darwin.so,sha256=s7k1Lpsa3Jdj2xbuVywOL0H9QnEaLEbsXIMvBW1muAE,76976
101
+ sage/arith/power.cpython-310-darwin.so,sha256=MIjPXUhydmNISABerpuC7NFBV8Avs_Ai38PXmm6EuxM,77056
102
102
  sage/arith/numerical_approx.pyx,sha256=IkdhP04vlBfHcSR4YREYBisONaa9uBWMlQmM8wrF-3Q,2538
103
103
  sage/arith/all__sagemath_objects.py,sha256=Xsmp9IOAIWpXfNhDnlC1rPzaAWwkOnDGBX7TSDM7HKc,222
104
104
  sage/libs/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
@@ -114,21 +114,21 @@ sage/libs/gmp/pylong.pxd,sha256=ZAmPJKtIZJW7S7rDdsjiB7WphHyADSwgR8hH8HLWSaE,378
114
114
  sage/libs/gmp/all.pxd,sha256=6w1y2YcnMOazAA-xA2ObVuD6uQ6PvlFGDNa2c6b91dI,219
115
115
  sage/libs/gmp/pylong.pyx,sha256=OrXIWymqVFgESFvZ5amY3l4ynBjIel5XnxHQvES5In0,4867
116
116
  sage/libs/gmp/mpz.pxd,sha256=76TOHtrqWB9h9LBY2sQok-8dL3coqIXc6y0pLUANHQU,9628
117
- sage/libs/gmp/pylong.cpython-310-darwin.so,sha256=ZS5Ms3jbiEShr2AYOl32m0M2M-2c4zFTpfcsA104eV0,47952
117
+ sage/libs/gmp/pylong.cpython-310-darwin.so,sha256=yR5If9s7Raj5wP4t3aEnyp0aFp_LgctQrnnQSw1EUlk,47952
118
118
  sage/libs/gmp/mpn.pxd,sha256=xqtMwtfyNMXCuUfrM27MYjTJswuynYvqkNW4RNJMBzk,4151
119
119
  sage/libs/gmp/randomize.pxd,sha256=TazhW2I0CQS8oQTa2jA1SKHSgrBha14tNy-6ddnkhFo,2309
120
- sage/cpython/string.cpython-310-darwin.so,sha256=HjxPIve3mwix2AyUi-5JVkKRvWSsXbvXRDWL1Hxj-Rc,42480
120
+ sage/cpython/string.cpython-310-darwin.so,sha256=ND9c2Z008_xlmTY7vVvppLQ_0Lskj86VnounHKnM9Bg,42480
121
121
  sage/cpython/dict_del_by_value.pyx,sha256=QXJYSJ1VJzyksOhZVWay0Uvt92Yyuk61YLyuILmY0is,6416
122
122
  sage/cpython/type.pyx,sha256=Xso6fkWMzcPl3lxJAAdy11BQ57gmuDkbIDbi_DmCH0w,1076
123
123
  sage/cpython/getattr.pxd,sha256=8Cb3X41HUmaro-m-uD-Hoto63wxoVvNYYd80wbOYNbU,288
124
124
  sage/cpython/pyx_visit.h,sha256=MFhGSCe_RsFn-D03QfNixKbe-cD2nzwC7JsNFmUd-rY,651
125
125
  sage/cpython/wrapperdescr.pxd,sha256=01d05_VmUeAhJ9tWINAL4MnghxJzJVb7s-bafCejIi0,2263
126
- sage/cpython/dict_del_by_value.cpython-310-darwin.so,sha256=IWsy9ikXovjnqaV7px4lXBlyGETcZvndWatYu0pIKCQ,36824
126
+ sage/cpython/dict_del_by_value.cpython-310-darwin.so,sha256=kynGqIehgxY4oIzD2JdDGpiNFc0RMVkr4uXQnPHsh7I,36824
127
127
  sage/cpython/pycore_long.pxd,sha256=R5pyHcmmdtWn_DyNdvY60pcwgn0sTH38WecVWKclwXA,394
128
128
  sage/cpython/debug.pyx,sha256=dbWOnaY3Gmrs-WrTpfhIhYnLIX9TIHUmzpToiqSHOkY,11765
129
129
  sage/cpython/string_impl.h,sha256=IFEnaYxWnD9-Nn__f3KtGjsMQhUpw1RjHEwSYbDCEyM,1781
130
- sage/cpython/getattr.cpython-310-darwin.so,sha256=AADR1V7J3bFAfLvjKdr2ZgnCV9jhil96j9AIM0RLqEA,70920
131
- sage/cpython/atexit.cpython-310-darwin.so,sha256=yRMdSFBl9UddAOaGXknwxHgo8eU_2bOtbyW_opbUL2M,58696
130
+ sage/cpython/getattr.cpython-310-darwin.so,sha256=6mhCy74nkgNMqrYIzi2MLD-IKyBLl4Nl325oTeX-jFw,70920
131
+ sage/cpython/atexit.cpython-310-darwin.so,sha256=NaKF5GyfYnGRvW52OWYtDccWgjHLqmVghg9eYkhbsAk,59800
132
132
  sage/cpython/cython_metaclass.h,sha256=UOzAuX8wafy8LQZWuhbFIf4fxfHacBjkvnbIdRiO14U,4058
133
133
  sage/cpython/pycore_long.h,sha256=eTJcUr7GR5Cr5g9-Tts33PibfOesLrq_e-XCzsEpcPE,2156
134
134
  sage/cpython/__init__.py,sha256=N7Hhh8oGxMh3_UVoAlh2hphJAaQVKOHytva7fe2yNa0,786
@@ -136,22 +136,22 @@ sage/cpython/cython_metaclass.pxd,sha256=lYUJgERJZix2MwpLWrhZm-a6iq7-rT01DAvph4S
136
136
  sage/cpython/string.pxd,sha256=TvD_ZgtYp36TW8mkjwFZaCyh5RS0ekjiokNAa-qskIE,2588
137
137
  sage/cpython/builtin_types.pyx,sha256=d0O-Ydnf8SKZ-TtMnpK7E5gLGPpTLJjnrSkdyIqI2Lw,196
138
138
  sage/cpython/all.py,sha256=Tux0o-rbgpJYFx4d5KeaoqJqhZb7KyqTdCrRD81Gq7A,148
139
- sage/cpython/type.cpython-310-darwin.so,sha256=xVwlu9w0ElKCVy1TzJqxmTzPMonqG3FDe_OvqzgNo9Y,35944
139
+ sage/cpython/type.cpython-310-darwin.so,sha256=klaVRCUmIpWCjuvKZy6dVkDxLAFASZHAOKMOKTsoRnU,35944
140
140
  sage/cpython/string.pyx,sha256=WVruGwr0FdR7ZRxk0sWTVQA5kau9Ar3ZTH6XUyHpBDg,1196
141
- sage/cpython/debug.cpython-310-darwin.so,sha256=o-zxEKnA6D3QL-fjIAUm7VJ5VjPUJhpmLTKyVhCZoRo,81152
141
+ sage/cpython/debug.cpython-310-darwin.so,sha256=5TtB33sINzIA8ryvOFFJCR2OjHk_wj9KWSSrp8e-Kq0,81152
142
142
  sage/cpython/cython_metaclass.pyx,sha256=FOME93m8ak8IfERSVZf28JufCeWGz0R_jL1xPIVfNwI,4833
143
143
  sage/cpython/_py2_random.py,sha256=U4iBlbHd_4HhW6fU2MBPI2ERQZtZFmJIu9j1bPrxlwM,22928
144
- sage/cpython/cython_metaclass.cpython-310-darwin.so,sha256=yfrlxK-m1dXhVyDWhHQubYT7Z9loI_aYwFsbnB-TFU0,25400
144
+ sage/cpython/cython_metaclass.cpython-310-darwin.so,sha256=FTh8y8CwYWfxVr7Zual1pqVQXtOCo-5cnMj1nN7OLG0,25400
145
145
  sage/cpython/python_debug.pxd,sha256=EpFaKv-z7KzZ6f7g3o-NYUovfp9Yg-nsWbgFODjxI_w,2032
146
146
  sage/cpython/dict_internal.h,sha256=McGCYoRGYalDPKk-tRx0wtfImuIV9BJ5Xg5PQdzJTR8,7110
147
147
  sage/cpython/getattr.pyx,sha256=-FRx8cibqtRVwD8-hZIZEt1v154UP5ZW5dFPCenQcY4,14954
148
148
  sage/cpython/python_debug.h,sha256=MP_YprVdq11ZK_tNFcK2AakrhBcY_8ct4lCAm5kDT18,875
149
- sage/cpython/atexit.pyx,sha256=5kAPsFMq6WfMlaaCWkJGsVmbDtpwCHVeBIo04xsIkXo,7310
149
+ sage/cpython/atexit.pyx,sha256=kYlC89poO0W6nOQuL5brywiSlNdS22IzepBSkzkzCS8,9371
150
150
  sage/cpython/dict_del_by_value.pxd,sha256=s4fW6tHggYhyNEbYFRca06_uaqZaG0mpKBzHE6usOIk,346
151
151
  sage/cpython/type.pxd,sha256=4o2n1_b9Pcrm3kAFKcUaY-incfgUaeNwfOcqni1PxrY,88
152
- sage/cpython/builtin_types.cpython-310-darwin.so,sha256=eiq5X-VzsLTmkSnF1XEpuWEd9_S4PBiAoMMmu4ipOes,23600
152
+ sage/cpython/builtin_types.cpython-310-darwin.so,sha256=G-IHGEPlR16z37VD6upd7Evvw7AQWIKzZI5NBOTDKfM,23600
153
153
  sage/sets/pythonclass.pyx,sha256=ZzUjh8bkoqWPCd85Kcx-NnuEghofSQ0NoCG_CpeCpX4,7136
154
- sage/sets/pythonclass.cpython-310-darwin.so,sha256=5nNqqN5YVxOQWt5mHX7yelzz0peaUH2VNWd7uE-UPmU,103552
154
+ sage/sets/pythonclass.cpython-310-darwin.so,sha256=_BKu3wGFow9j9rKZWmSAWvanAbD1Pm6FzD_89X8Zfd8,103552
155
155
  sage/sets/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
156
156
  sage/sets/pythonclass.pxd,sha256=GYb_urQBxr8j28s_6FqtaN0WRZiW2hguXWR3Hztq3LU,189
157
157
  sage/rings/integer_fake.pxd,sha256=D7n-VZrrigxZm_D7NQKNikuWm25lg4u7Ity0y7Pv_Io,1949
@@ -159,67 +159,67 @@ sage/rings/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5
159
159
  sage/rings/integer_fake.h,sha256=e271zfi8hEZ5nzPLEljAjifRBaB4jOSgf8COx5zH2Zs,396
160
160
  sage/modules/module.pxd,sha256=l0gI2rRtwVMJPQNkQfJXqEN9EEovo46yAcs-aHio_Uc,125
161
161
  sage/modules/module.pyx,sha256=-QTSiktCdR3n9F5dee8hNk8yVgfWsJ7lzIFtgQHJT6o,12096
162
- sage/modules/module.cpython-310-darwin.so,sha256=V6Y5L-Cqp3zRDGj71gjZYhvgoPzxMr-86e-nmaLJ8us,79008
162
+ sage/modules/module.cpython-310-darwin.so,sha256=5Yv1vEED56EI2wIzVwgzkeSd1TIV6bDneYd7MeK11Vk,79008
163
163
  sage/modules/all__sagemath_objects.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
164
- sage/structure/factory.cpython-310-darwin.so,sha256=siBIokS3OxYh8Aw1-Pgc2QeMghUas1lqY3fl4X02pUk,136584
164
+ sage/structure/factory.cpython-310-darwin.so,sha256=NRv-szwYaCGoP7y8q6UPVin3v-gI0DpSHw8S_P5WSpo,136584
165
165
  sage/structure/gens_py.py,sha256=3e2OoLDBveDRyuaGStNBUZarUNa0CE2Qs9cBGhxR28g,2069
166
166
  sage/structure/parent.pxd,sha256=WZ0dqLTWmhpsSiXR_VN4LHmI9mac8w2fksr-_cuUrSk,4230
167
167
  sage/structure/list_clone.pxd,sha256=Uy6QhnoBF8OLylfp74H4hupCyXCd1wVBXO0fAfbWKOw,2121
168
- sage/structure/coerce.cpython-310-darwin.so,sha256=uvKji8e3D8NLQiVJaRoiF74VBI347iqVdSwGg4-HT6U,368760
168
+ sage/structure/coerce.cpython-310-darwin.so,sha256=UI4ubyTS6Lh6AL-_Bz2ZdzdNQ0vCMMA721Y4E9x1Zzk,368760
169
169
  sage/structure/sage_object.pxd,sha256=ucLms0iBHPbK0A-IJ-UDLVEbW66BH719SErTxz23po0,78
170
170
  sage/structure/sage_object_test.py,sha256=ZAhjc7q979clLhRqEWAneSQDWzxP7bXqtRyQwIXY81M,627
171
- sage/structure/parent_gens.cpython-310-darwin.so,sha256=lQUKKmSHa0vMVVD-CMlwEsewPjivDsU_Kqw8jmyRsro,120176
171
+ sage/structure/parent_gens.cpython-310-darwin.so,sha256=sAMs82EdzcUaeTrtfXKGTWoeoCOOC49H70zms0euCfA,120176
172
172
  sage/structure/support_view.py,sha256=qlclI5fZdRBtWwV0UC5o9KmPPCTdqDUY0_YAAWWnf_k,5381
173
173
  sage/structure/coerce_actions.pyx,sha256=lrg_qYJehodMQN7o3Z_5Igfdszz02cInnLa-Ds8zYwA,37252
174
- sage/structure/parent.cpython-310-darwin.so,sha256=c-KbMU3XcJD0XHxdf0q_ixgD7quXtFRijgD5JPHA5sY,415152
174
+ sage/structure/parent.cpython-310-darwin.so,sha256=CMDKkFAp3W4jc22-B4cV_ntjBWdAo1PE8C8qC-8a_a8,415152
175
175
  sage/structure/parent_base.pyx,sha256=7Y6Yzx43IDux18_r33Ke_kYndZxYwAvBCW9s6g-YNTo,1764
176
176
  sage/structure/parent_old.pyx,sha256=z-tLmDMh5F_gjUYm5pAshEFtldFZfPhXY49H4vzStZw,10485
177
177
  sage/structure/element.pyx,sha256=PFFZFGWp9K1yCnqOIyLGT3tEi-gT5VPwAxoNIXOSRmo,188418
178
178
  sage/structure/richcmp.pxd,sha256=XI0UNlzfLFW23_8TopFeTl-B6jzDSqhWryKGwbsbTkY,6475
179
- sage/structure/parent_base.cpython-310-darwin.so,sha256=BRhfYtxYkKsA0KQkMUasjIdA6L64kjRGF-RHR28Xc0Y,53792
179
+ sage/structure/parent_base.cpython-310-darwin.so,sha256=Zq0Y_QGcgOcrDj1bEdZOuVt8WSX3cU5rYAeELzUz6vQ,53792
180
180
  sage/structure/factory.pyx,sha256=Y6CLDS5XvZZrywNWyo4XhJkyM6Yn_1VJ8MIKZRRNzXs,31258
181
181
  sage/structure/dynamic_class.py,sha256=30FYmhsiPynSJwopAhcOeXrTukqOlJpBNjNhtBYt_gw,20222
182
182
  sage/structure/coerce_maps.pxd,sha256=dm5fxyEnzLHBmAd__K4xLZNuyz0LYpX39YmCmj7amv8,504
183
- sage/structure/coerce_actions.cpython-310-darwin.so,sha256=LdRrVg5dvh3Sb0hpWHjubCt6EdPU8F1UHZpXoIOm_GY,241024
183
+ sage/structure/coerce_actions.cpython-310-darwin.so,sha256=q-ta7zW0_euGbuOlqT0keHQsOSQ8oTonevJ33iCfZyo,241104
184
184
  sage/structure/mutability.pyx,sha256=uA5GXQxj1JVE-0Xua5RwV5JgnedSrf0GQPxmrl9HiNs,11493
185
185
  sage/structure/category_object.pxd,sha256=rz9gGO9WiOLQ2XP9PdzSIELHW-4vvPmjXvqdD6huRvY,1030
186
- sage/structure/unique_representation.py,sha256=cSFw-aXRY3jGTOvt3RRORXPVGkSNbcHgVjuBnKJC2AE,52738
186
+ sage/structure/unique_representation.py,sha256=cdLGUBHPZb4tK3uQ4zqnIH93--I0J6oQQc4wf0N5B5Y,52750
187
187
  sage/structure/sequence.py,sha256=MRvLtTYRik3rQvUYLANxgvafNXc9QteQRM1OwbcziPU,29457
188
- sage/structure/list_clone_timings_cy.cpython-310-darwin.so,sha256=su9y4XcBVVqXi48xLtUNQCQtxEEQV3sQDKMZT-toA2o,59968
188
+ sage/structure/list_clone_timings_cy.cpython-310-darwin.so,sha256=8pIHl3o-Eoc7SFhmF2siixk_Z1Y8313LMILf45HSZz0,59968
189
189
  sage/structure/global_options.py,sha256=OwIgjujCtFcIp5YYDkQpOSPXeVABfPFZiotM2Yq2Ap4,69477
190
- sage/structure/parent_old.cpython-310-darwin.so,sha256=CdyxfwxoINPCIIeTlwwQLaeGgQJt2g2yZLo6hbZzLjU,97616
191
- sage/structure/list_clone.cpython-310-darwin.so,sha256=IDwCSo4ULalI0XtFM3if68O9nYERssq7Q1QIJKQ_Ldw,345064
190
+ sage/structure/parent_old.cpython-310-darwin.so,sha256=fU4N42695YKjWrwBa8FqXr1FZ33C3ZuUgbJpA2tMxmY,97616
191
+ sage/structure/list_clone.cpython-310-darwin.so,sha256=Q_Z_0z5vNuxb5Crl79M2Pcz8p-Y2DO0ONd8N7m7QVGU,345136
192
192
  sage/structure/test_factory.py,sha256=HL9H4MZC73a6Ew13W4VppvmRpcuqiJFEuM5xw3SZqOk,1760
193
- sage/structure/mutability.cpython-310-darwin.so,sha256=1WjsL5sKBhcugKQgMrQCb01GJ8-1PM2KIdw3zqnp6HM,103048
193
+ sage/structure/mutability.cpython-310-darwin.so,sha256=0-eKZ-o-hUK6dNtGKk4ugcarYdKYNxruqySN96af5_4,103048
194
194
  sage/structure/debug_options.pxd,sha256=yf-VwnEs8Ur2_VYSQsrF9nkj_6AFTSsfcAcLW6IpdWM,200
195
195
  sage/structure/parent_gens.pyx,sha256=uIOBoxy-5e8L2YRMEMzX36uPbOg4PCO97iIgcXAfCTQ,12910
196
196
  sage/structure/set_factories.py,sha256=TAsPdQ-dQon69PxUv-fiybWHAOOAfJmQZiBQpRyCbdI,41181
197
197
  sage/structure/__init__.py,sha256=EVCI863Rj_YxVl2dvc4UurCWk_IreSkmOrtR5vZLZ-4,122
198
- sage/structure/list_clone_demo.cpython-310-darwin.so,sha256=6xF1qcjtuSJyqeSbflCxWgynXqmPjl2tmydToW-KDpQ,123032
198
+ sage/structure/list_clone_demo.cpython-310-darwin.so,sha256=nH-CJWM5fppHoyGfn5KYew8DqScb91pEjU9myTNom4w,123032
199
199
  sage/structure/list_clone_timings.py,sha256=qB1wmsqiKsTkmF2c6NbAlBIZ5DzwJZ8hnTeMMUMwLRI,6692
200
200
  sage/structure/factorization_integer.py,sha256=PALiFasjPjEqEz08m1A5qADt14lhMt4Xgpgl4Vnovzw,3818
201
201
  sage/structure/coerce.pyx,sha256=IA4rnmiMIndhMGrZMpMD0Hl10ZUK8l6gLuTXoqax2G0,82202
202
202
  sage/structure/coerce_dict.pxd,sha256=3Exj0-GuFQcXtXXKs4ydsU8trgO81fO2cIBP7PDlgZo,1415
203
203
  sage/structure/all.py,sha256=5GYCPE_LABmoZGre1WR9mlhvvpWpzqJMZrS9rAPSan8,798
204
204
  sage/structure/element_wrapper.pxd,sha256=MI50lX2z0XmOoaFwGXns-rpOcdcduculNkS8t6VP1i4,319
205
- sage/structure/richcmp.cpython-310-darwin.so,sha256=Rf_LgiJa9xknEF8H0GRcQjmQ9ANsmx9u3fybZ8xFhxk,107320
205
+ sage/structure/richcmp.cpython-310-darwin.so,sha256=04mNwr6YNe0OHcbqjBUFzMw-hM2jhFEeDN22l9QTLpM,107320
206
206
  sage/structure/element_wrapper.pyx,sha256=RH3G4VHj1Rop1w5eLV6ynIPVaV_qPxClhZ846aqxPbY,19276
207
207
  sage/structure/factorization.py,sha256=4cKiiZ7KCiTW6MBXWrV3UdyDc-ww7-9p1Twv5LS-n78,45770
208
208
  sage/structure/coerce_dict.pyx,sha256=_DuaRSosZsllXhc57Oe9imVrkc2xkQNzdHeNEAdtjVo,49983
209
- sage/structure/debug_options.cpython-310-darwin.so,sha256=UZmpAxAEexN5GogphMcekZf5ROkR7Lu5Sk29bVnAlDk,37616
209
+ sage/structure/debug_options.cpython-310-darwin.so,sha256=c3EDR3_U0KCo05V8956ppcoBulGu5jZc_le08Cs7-aY,37616
210
210
  sage/structure/indexed_generators.py,sha256=T3ADtTQ_D3s9waiEbURYTlyr7udHmoCXDCLnSk8xcts,34776
211
211
  sage/structure/coerce.pxd,sha256=FklBQUdf23MFPu33SkIWJC9mQw2jjNSIY7PPMlQCNLQ,1369
212
212
  sage/structure/list_clone_demo.pyx,sha256=oU65ulMRrP8mkP8aNRlBd8j0Z61tIta868Fxui8LDKs,7643
213
- sage/structure/element_wrapper.cpython-310-darwin.so,sha256=xNiVNlD8UnYeFKQrkgoWOlM6twkzAEnQo8GRwy7Thxw,139840
214
- sage/structure/coerce_maps.cpython-310-darwin.so,sha256=rdyaKJenS0gh7KJ4W2mD1KV1TpUwy2qonOCRQ6EhsBM,215400
215
- sage/structure/sage_object.cpython-310-darwin.so,sha256=hyxjcNCY2vUbPJyOzB2eoqqOjNm21XJkPP4bsgKcVfU,193312
213
+ sage/structure/element_wrapper.cpython-310-darwin.so,sha256=KCNYV_vKTUKb9ztLtuSGF7y8KI4CyWVvh-Txlj0yc1A,139840
214
+ sage/structure/coerce_maps.cpython-310-darwin.so,sha256=HzJ39zwis9cIYuEbA8WeEPtielWpHaHZMwb81-2ZewM,215400
215
+ sage/structure/sage_object.cpython-310-darwin.so,sha256=e5MnHpc_GO3Y2BZsSkq-kBXtg3Lmc4pUDzd8aBjQyUE,193312
216
216
  sage/structure/debug_options.pyx,sha256=JR58ihocYWnDea5HgTN8WQ_wRVwyYcO6xe8XFM2Ku_k,1974
217
217
  sage/structure/coerce_exceptions.py,sha256=0_og2GtBcrr8me7_8edijpOnlKFbFhAiQS7OfpNslAQ,988
218
218
  sage/structure/parent_gens.pxd,sha256=mE16F-vEdWAUeE3atp6ZddvIAteQ6jagiYwnVGjHr3s,802
219
- sage/structure/element.cpython-310-darwin.so,sha256=cYEuEvY4uweu2_SZOA7hhDFSCHsaiL29TwgaBmetxmU,620576
219
+ sage/structure/element.cpython-310-darwin.so,sha256=C-PDFSgBWb__fXQcXCi-sEz2imB2hIjroxm87sJv2S0,620576
220
220
  sage/structure/formal_sum.py,sha256=-0PPVOHHlfLGQNmU8YV7qNZhrxanAoVorZuFUKSX8Ss,15953
221
221
  sage/structure/mutability.pxd,sha256=SvQMhy7o0PKUnPdNSOdM0w6qpgzEqVzxVXmG1EvmKNo,680
222
- sage/structure/category_object.cpython-310-darwin.so,sha256=72RVC3Bu5Put65Zg3bks2Q1NCp7le4PjEDMTN5sSzzg,194352
222
+ sage/structure/category_object.cpython-310-darwin.so,sha256=_CpNDO8lVpzSoozpmouhbphCqqBStotMY-Si9_vpAks,194352
223
223
  sage/structure/category_object.pyx,sha256=iK22UiNYaCgkEc4QeRY4Cu9V7oMBVQCZKhtd4O8NpVM,39030
224
224
  sage/structure/list_clone_timings_cy.pyx,sha256=Yta-vzJVi8ZBH_1mPFJ7mNB11RGB64TqKqtSuil5CPc,2588
225
225
  sage/structure/richcmp.pyx,sha256=3q-PX3EvGzjpYz9uPcoRuHU5NiJt_ax32_-9v5QAgNY,17828
@@ -229,11 +229,11 @@ sage/structure/element.pxd,sha256=JaMsIvj0HnpDZf2Q1vSs99SIQv3WKCpqkfg9oWLnTuU,79
229
229
  sage/structure/coerce_actions.pxd,sha256=4Gzyc43JOKIYDPkKUowbdQ-vYpDTrIxJERUed88b6Oo,528
230
230
  sage/structure/parent_base.pxd,sha256=sQ4wTvOWWZUY8j_zLQjeFpZeXTCpJ6eNAFhL3BPU9tk,585
231
231
  sage/structure/nonexact.py,sha256=kyCU30mUCCbiju6ujgVGe57gtAhavlEQvHDYHSYYupA,1736
232
- sage/structure/sage_object.pyx,sha256=eLvXjVABCzuRoEG251tVeDS1Yc8vi_zG2PLMDzyWTdE,32244
233
- sage/structure/list_clone.pyx,sha256=bn_4rDwtdbYkM4lp3vImfYaVnwvgdQrqQYApKbYAh3g,58958
232
+ sage/structure/sage_object.pyx,sha256=v-zZLileKVikJuuZNdYlGp5StPASFAAMgdh7s1mHrPY,32292
233
+ sage/structure/list_clone.pyx,sha256=Jbicq-sIZ7WhqD_r0zbaXk4D0JEI820TrIcGN6EEGNQ,58956
234
234
  sage/structure/set_factories_example.py,sha256=NjmC2WP-cCdojYsQhjuZaI9PPlaqMcLdO3FyNnc2aRE,17262
235
235
  sage/structure/parent.pyx,sha256=1xhTOHMo_pVq7-LJ0LbM_lppyF0HMoEjEla99Yu4T5I,120215
236
- sage/structure/coerce_dict.cpython-310-darwin.so,sha256=lhdDZ-H8ogBhxkpzal8BkZqT2vKeU63SKVyBlym5CqU,186056
236
+ sage/structure/coerce_dict.cpython-310-darwin.so,sha256=bWgFuBZxF4VaeLShIZIY_p7_hIwMlEqs1QbtX_lvpA4,186128
237
237
  sage/structure/proof/__init__.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
238
238
  sage/structure/proof/all.py,sha256=oc3nbgOBRqlm6Azip-reTyYu9WejRD4EwD9gN8aBnbk,7339
239
239
  sage/structure/proof/proof.py,sha256=0awMTNTW8UkYw-So8sEswkOH3ZJ2NjwMbjTTmcZZodY,10401
@@ -248,20 +248,20 @@ sage/categories/primer.py,sha256=23FNm2rMEjZDJ4oIisHooAK9xgOsw1VrnvSji9-kPvk,670
248
248
  sage/categories/sets_cat.py,sha256=bVLsdneRUzh1knBFwlmo9OQEwVl0dpSfChe4Qanf_PU,132801
249
249
  sage/categories/subobjects.py,sha256=upYT6feRHzYRELhoBs3VrJ0cgFNwRntxwsucbuHVsdY,2548
250
250
  sage/categories/sets_with_partial_maps.py,sha256=Rn-Z75T-bSG5KJnIdADHbsQAvCJtbcEgxi79V46JXjc,1668
251
- sage/categories/category_singleton.cpython-310-darwin.so,sha256=aK4V7ERuWsUcGTN63R9LbVnOzD1VS7FhW7W49ZScTB0,98520
252
- sage/categories/category_cy_helper.cpython-310-darwin.so,sha256=5LFg2PDo0BWKfI_btYfV9tFryVMjFhRWpDsRSy5Z4_Q,88232
251
+ sage/categories/category_singleton.cpython-310-darwin.so,sha256=WmJmKBOknL540g5pbwLMuSrdvVFJM4Z-riN6-NKUsgM,98520
252
+ sage/categories/category_cy_helper.cpython-310-darwin.so,sha256=BSwFMGaBalksH7feHJJgjTfUdCMwuqyMMnNP9mgazXY,88232
253
253
  sage/categories/realizations.py,sha256=4ocuBKRQmROJGau7k-6OizQVLmgiGIOGRwSIvJGE_is,8297
254
254
  sage/categories/category_singleton.pyx,sha256=xwsrucWotXXe-lZib5PSE7cMz_5qfIOTS9rIpbxFNns,13719
255
255
  sage/categories/homsets.py,sha256=D8Lf2aqcWUcbeDUx7sTAW_MLTU6Tbthlem708qxsjFg,12567
256
256
  sage/categories/isomorphic_objects.py,sha256=Uyr_YZf3yyUAB9o5afQNMILaXe8PwM1wKGlt00OGPdg,2993
257
- sage/categories/action.cpython-310-darwin.so,sha256=s2A5o62YB4HcplH82Hn_n3TlmjfX5HTjM5L66znIipI,157504
257
+ sage/categories/action.cpython-310-darwin.so,sha256=kLxTJl6-TOaFJXufPTQ7rSBdz415pFJ3HlnxS2czC3g,157504
258
258
  sage/categories/pushout.py,sha256=D1aW5fogmVyvjE0SGDzQqK4YD67bO445OIpBUZK5lQA,192358
259
259
  sage/categories/category_types.py,sha256=5zGnHgih48q7hEjKl4Sh72fhAnJXmDElgniKe63VHDo,20303
260
260
  sage/categories/map.pyx,sha256=T2JEvZlFbCTXIN-PfbXOTG3JNouw8mlfqltV-Q0MPVk,78451
261
261
  sage/categories/map.pxd,sha256=BuIaeaQ6Kid0Vu6BtwWpZjU6Kbdgfl_oL02qvdtgB2s,1093
262
262
  sage/categories/homset.py,sha256=U8rhTZaH1hSypzW7UHjddBlzl51RIMw297vjNdVybVA,53173
263
263
  sage/categories/basic.py,sha256=V1FArAZxEZpxXXHcsY60rknBOSsWqvEbMzVTik8yWJ4,2576
264
- sage/categories/map.cpython-310-darwin.so,sha256=G-rXenLDy35d39s-7j9AVq0JlIu8oRC26Q4imj_azU0,299256
264
+ sage/categories/map.cpython-310-darwin.so,sha256=-XSuweiNPx-EZz7Z2iD-M2k-s5DwtJyHeaq8Ye720AE,299256
265
265
  sage/categories/category_singleton.pxd,sha256=Jm1lACWOGrs6Jjsy_fdv61NQSyQqnaKftAiNBNJYhgI,139
266
266
  sage/categories/covariant_functorial_construction.py,sha256=1iCOoZ-1heNULiTQfGNJ4uN2MDRDQZErWDHx6p-A-MI,27547
267
267
  sage/categories/category_with_axiom.py,sha256=0yXKkQJVa_eNoZYZi4HPsK3OmdhG758l4kw2BcfrDPU,114821
@@ -269,11 +269,11 @@ sage/categories/functor.pxd,sha256=HcrYjA83mrJpvnb9xRD7ygHrMIi5FOQSgyRfivnIb5I,2
269
269
  sage/categories/morphism.pyx,sha256=JL2rzsKeXkcC2cJoYgNuE2Y6au1L1KGGYVM0B_CvLV4,29074
270
270
  sage/categories/cartesian_product.py,sha256=8-y9HOn7IHC4eoOxfSJxaNgTq5RRmwalAW-48i6H9B8,10183
271
271
  sage/categories/objects.py,sha256=h-o39k-ugble8Xp_W2X4kPdpdiJ6r8HX-HwVBV9NVKQ,5346
272
- sage/categories/morphism.cpython-310-darwin.so,sha256=csV4eGdB-JYykfbjY89e6cZrwaiQcr7g_ppy-JgbGZY,226632
272
+ sage/categories/morphism.cpython-310-darwin.so,sha256=cY1PnrBXaKB-xGzh59OAASwjSbqaepSMfQaCwDpua-A,226632
273
273
  sage/categories/with_realizations.py,sha256=tYlFsLXAZzZjZrbPS2YM76Qx9ipjSdOt00ng5pgQqrs,13163
274
274
  sage/categories/all__sagemath_objects.py,sha256=l0cQjqOFqQLeB_KplQnKRfuL566SRDm5Q9eBkz72_l4,1148
275
275
  sage/categories/subquotients.py,sha256=t4hQukYFVMlI_ZGM7PdXKkT0ch2qVSDHvhbUCIToBPI,706
276
- sage/categories/functor.cpython-310-darwin.so,sha256=CodXqgYaOYqch6zh-hBFajx4U6AZvK1l8IVlZ7EI4M8,143688
276
+ sage/categories/functor.cpython-310-darwin.so,sha256=LuSdQQwSPkoVxv5s5mc157w9f2iQsXMj5pEL4m5gsHI,143688
277
277
  sage/categories/category.py,sha256=C1wrDQB95QNB6RFjoipqNxoTP6w9SDDY12EFnmywpH8,129691
278
278
  sage/categories/action.pxd,sha256=lhpj480hNMVyP3sWhDt0FZV3q74Y-6Q19-Ba15OO6bc,725
279
279
  sage/categories/category_cy_helper.pxd,sha256=JsUgsEflgxFj99fKcUkZIF51hubE3fm1NjYFjEUdNzc,408
Binary file
Binary file
Binary file
sage/cpython/atexit.pyx CHANGED
@@ -144,51 +144,97 @@ cdef class restore_atexit:
144
144
  _set_exithandlers(self._exithandlers)
145
145
 
146
146
  from cpython.ref cimport PyObject
147
+ import sys
147
148
 
148
- # Implement "_atexit_callbacks()" for each supported python version
149
+ # Implement a uniform interface for getting atexit callbacks
149
150
  cdef extern from *:
150
151
  """
152
+ #ifndef Py_BUILD_CORE
151
153
  #define Py_BUILD_CORE
154
+ #endif
152
155
  #undef _PyGC_FINALIZED
153
156
  #include "internal/pycore_interp.h"
154
157
  #include "internal/pycore_pystate.h"
155
- #if PY_VERSION_HEX >= 0x030c0000
156
- // struct atexit_callback was renamed in 3.12 to atexit_py_callback
157
- #define atexit_callback atexit_py_callback
158
- #endif
159
- static atexit_callback ** _atexit_callbacks(PyObject *self) {
158
+
159
+ // Always define this struct for Cython's use
160
+ typedef struct {
161
+ PyObject *func;
162
+ PyObject *args;
163
+ PyObject *kwargs;
164
+ } atexit_callback_struct;
165
+
166
+ #if PY_VERSION_HEX >= 0x030e0000
167
+ // Python 3.14+: atexit uses a PyList
168
+ static PyObject* get_atexit_callbacks_list(PyObject *self) {
160
169
  PyInterpreterState *interp = _PyInterpreterState_GET();
161
170
  struct atexit_state state = interp->atexit;
162
171
  return state.callbacks;
163
172
  }
173
+
174
+ // Dummy function for Python 3.14+ (never called)
175
+ static atexit_callback_struct** get_atexit_callbacks_array(PyObject *self) {
176
+ return NULL;
177
+ }
178
+ #else
179
+ // Python < 3.14: atexit uses C array
180
+ static atexit_callback_struct** get_atexit_callbacks_array(PyObject *self) {
181
+ PyInterpreterState *interp = _PyInterpreterState_GET();
182
+ struct atexit_state state = interp->atexit;
183
+ // Cast from atexit_callback** to our struct type
184
+ return (atexit_callback_struct**)state.callbacks;
185
+ }
186
+
187
+ // Dummy function for Python < 3.14 (never called)
188
+ static PyObject* get_atexit_callbacks_list(PyObject *self) {
189
+ return NULL;
190
+ }
191
+ #endif
164
192
  """
165
- ctypedef struct atexit_callback:
193
+ # Declare both functions - they exist in all Python versions (one is dummy)
194
+ PyObject* get_atexit_callbacks_list(object module)
195
+
196
+ ctypedef struct atexit_callback_struct:
166
197
  PyObject* func
167
198
  PyObject* args
168
199
  PyObject* kwargs
169
- atexit_callback** _atexit_callbacks(object module)
200
+ atexit_callback_struct** get_atexit_callbacks_array(object module)
170
201
 
171
202
 
172
203
  def _get_exithandlers():
173
204
  """Return list of exit handlers registered with the atexit module."""
174
- cdef atexit_callback ** callbacks
175
- cdef atexit_callback callback
176
- cdef list exithandlers
205
+ cdef list exithandlers = []
206
+ cdef atexit_callback_struct ** callbacks
207
+ cdef atexit_callback_struct callback
177
208
  cdef int idx
178
209
  cdef object kwargs
179
-
180
- exithandlers = []
181
- callbacks = _atexit_callbacks(atexit)
182
-
183
- for idx in range(atexit._ncallbacks()):
184
- callback = callbacks[idx][0]
185
- if callback.kwargs:
186
- kwargs = <object>callback.kwargs
187
- else:
188
- kwargs = {}
189
- exithandlers.append((<object>callback.func,
190
- <object>callback.args,
191
- kwargs))
210
+
211
+ # Python 3.14+ uses a PyList directly
212
+ if sys.version_info >= (3, 14):
213
+ callbacks_list = <object>get_atexit_callbacks_list(atexit)
214
+ if callbacks_list is None:
215
+ return exithandlers
216
+ # callbacks is a list of tuples: [(func, args, kwargs), ...]
217
+ # Normalize kwargs to ensure it's always a dict (not None)
218
+ # Note: In Python 3.14+, atexit stores callbacks in LIFO order
219
+ # (most recently registered first), but we return them in FIFO
220
+ # order (registration order) for consistency with earlier versions
221
+ for item in reversed(callbacks_list):
222
+ func, args, kwargs = item
223
+ if kwargs is None:
224
+ kwargs = {}
225
+ exithandlers.append((func, args, kwargs))
226
+ else:
227
+ # Python < 3.14 uses C array
228
+ callbacks = get_atexit_callbacks_array(atexit)
229
+ for idx in range(atexit._ncallbacks()):
230
+ callback = callbacks[idx][0]
231
+ if callback.kwargs:
232
+ kwargs = <object>callback.kwargs
233
+ else:
234
+ kwargs = {}
235
+ exithandlers.append((<object>callback.func,
236
+ <object>callback.args,
237
+ kwargs))
192
238
  return exithandlers
193
239
 
194
240
 
@@ -203,6 +249,9 @@ def _set_exithandlers(exithandlers):
203
249
 
204
250
  # We could do this more efficiently by directly rebuilding the array
205
251
  # of atexit_callbacks, but this is much simpler
252
+ # Note: exithandlers is in registration order (FIFO).
253
+ # In Python 3.14+, atexit.register prepends to the list (LIFO),
254
+ # so registering in forward order gives us the correct execution order.
206
255
  for callback in exithandlers:
207
256
  atexit.register(callback[0], *callback[1], **callback[2])
208
257
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
sage/misc/cachefunc.pyx CHANGED
@@ -379,7 +379,7 @@ in caches. This can be achieved by defining an appropriate method
379
379
  sage: hash(b)
380
380
  Traceback (most recent call last):
381
381
  ...
382
- TypeError: unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'
382
+ TypeError: ...unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'...
383
383
  sage: from sage.misc.cachefunc import cached_method
384
384
  sage: @cached_method
385
385
  ....: def f(x): return x == a
Binary file
Binary file
Binary file
Binary file
sage/misc/lazy_list.pyx CHANGED
@@ -535,16 +535,15 @@ cdef class lazy_list_generic():
535
535
 
536
536
  EXAMPLES::
537
537
 
538
- sage: from itertools import count
539
538
  sage: from sage.misc.lazy_list import lazy_list
540
- sage: m = lazy_list(count())
539
+ sage: m = lazy_list(iter([0, 1, 4, 9, 16, 25, 36, 49, 64, 81]))
541
540
  sage: x = loads(dumps(m))
542
541
  sage: y = iter(x)
543
542
  sage: print("{} {} {}".format(next(y), next(y), next(y)))
544
- 0 1 2
543
+ 0 1 4
545
544
  sage: m2 = m[3::2]
546
545
  sage: loads(dumps(m2))
547
- lazy list [3, 5, 7, ...]
546
+ lazy list [9, 25, 49, ...]
548
547
  """
549
548
  if self.master is None:
550
549
  raise NotImplementedError
@@ -917,8 +916,9 @@ cdef class lazy_list_from_iterator(lazy_list_generic):
917
916
  [0, 1, 2]
918
917
  sage: [next(x), next(y)]
919
918
  [3, 3]
920
- sage: loads(dumps(m))
921
- lazy list [0, 1, 2, ...]
919
+ sage: m2 = lazy_list(iter([0, 1, 4, 9, 16]))
920
+ sage: loads(dumps(m2))
921
+ lazy list [0, 1, 4, ...]
922
922
  """
923
923
 
924
924
  def __init__(self, iterator, cache=None, stop=None):
@@ -987,10 +987,9 @@ cdef class lazy_list_from_iterator(lazy_list_generic):
987
987
  TESTS::
988
988
 
989
989
  sage: from sage.misc.lazy_list import lazy_list_from_iterator
990
- sage: from itertools import count
991
- sage: loads(dumps(lazy_list_from_iterator(count())))
992
- lazy list [0, 1, 2, ...]
993
- sage: loads(dumps(lazy_list_from_iterator(count(), ['a'])))
990
+ sage: loads(dumps(lazy_list_from_iterator(iter([0, 1, 4, 9, 16]))))
991
+ lazy list [0, 1, 4, ...]
992
+ sage: loads(dumps(lazy_list_from_iterator(iter([0, 1, 4, 9, 16]), ['a'])))
994
993
  lazy list ['a', 0, 1, ...]
995
994
  """
996
995
  return lazy_list_from_iterator, (self.iterator, self.cache, self.stop)
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -216,6 +216,14 @@ class TestSuite:
216
216
  ....: def _test_b(self, tester): tester.fail()
217
217
  ....: def _test_c(self, tester): pass
218
218
  ....: def _test_d(self, tester): tester.fail()
219
+ ....: def _test_pickling(self, tester):
220
+ ....: from _pickle import PicklingError
221
+ ....: from sage.misc.persist import dumps
222
+ ....: try:
223
+ ....: dumps(self)
224
+ ....: tester.fail("Expected PicklingError")
225
+ ....: except PicklingError:
226
+ ....: pass
219
227
 
220
228
  sage: TestSuite(Blah()).run()
221
229
  Failure in _test_b:
@@ -228,13 +236,7 @@ class TestSuite:
228
236
  ...
229
237
  AssertionError: None
230
238
  ------------------------------------------------------------
231
- Failure in _test_pickling:
232
- Traceback (most recent call last):
233
- ...
234
- ...PicklingError: Can't pickle <class '__main__.Blah'>: attribute
235
- lookup ...Blah... failed
236
- ------------------------------------------------------------
237
- The following tests failed: _test_b, _test_d, _test_pickling
239
+ The following tests failed: _test_b, _test_d
238
240
 
239
241
  sage: TestSuite(Blah()).run(verbose = True)
240
242
  running ._test_a() . . . pass
@@ -252,13 +254,8 @@ class TestSuite:
252
254
  ------------------------------------------------------------
253
255
  running ._test_new() . . . pass
254
256
  running ._test_not_implemented_methods() . . . pass
255
- running ._test_pickling() . . . fail
256
- Traceback (most recent call last):
257
- ...
258
- ...PicklingError: Can't pickle <class '__main__.Blah'>: attribute
259
- lookup ...Blah... failed
260
- ------------------------------------------------------------
261
- The following tests failed: _test_b, _test_d, _test_pickling
257
+ running ._test_pickling() . . . pass
258
+ The following tests failed: _test_b, _test_d
262
259
 
263
260
  File "/opt/sage/local/lib/python/site-packages/sage/misc/sage_unittest.py", line 183, in run
264
261
  test_method(tester = tester)
sage/misc/sageinspect.py CHANGED
@@ -460,8 +460,9 @@ class SageArgSpecVisitor(ast.NodeVisitor):
460
460
  sage: v = visitor.visit(ast.parse("{'a':('e',2,[None,({False:True},'pi')]), 37.0:'temp'}").body[0].value)
461
461
  sage: sorted(v.items(), key=lambda x: str(x[0]))
462
462
  [(37.0, 'temp'), ('a', ('e', 2, [None, ({False: True}, 'pi')]))]
463
- sage: v = ast.parse("jc = ['veni', 'vidi', 'vici']").body[0]; v
464
- <...ast.Assign object at ...>
463
+ sage: v = ast.parse("jc = ['veni', 'vidi', 'vici']").body[0]
464
+ sage: isinstance(v, ast.Assign)
465
+ True
465
466
  sage: attrs = [x for x in dir(v) if not x.startswith('__')]
466
467
  sage: '_attributes' in attrs and '_fields' in attrs and 'col_offset' in attrs
467
468
  True
@@ -492,31 +493,6 @@ class SageArgSpecVisitor(ast.NodeVisitor):
492
493
  """
493
494
  return node.id
494
495
 
495
- def visit_NameConstant(self, node):
496
- """
497
- Visit a Python AST :class:`ast.NameConstant` node.
498
-
499
- This is an optimization added in Python 3.4 for the special cases
500
- of True, False, and None.
501
-
502
- INPUT:
503
-
504
- - ``node`` -- the node instance to visit
505
-
506
- OUTPUT: ``None``, ``True``, ``False``
507
-
508
- EXAMPLES::
509
-
510
- sage: import ast, sage.misc.sageinspect as sms
511
- sage: visitor = sms.SageArgSpecVisitor()
512
- sage: vis = lambda x: visitor.visit_NameConstant(ast.parse(x).body[0].value)
513
- sage: [vis(n) for n in ['True', 'False', 'None']]
514
- [True, False, None]
515
- sage: [type(vis(n)) for n in ['True', 'False', 'None']]
516
- [<class 'bool'>, <class 'bool'>, <class 'NoneType'>]
517
- """
518
- return node.value
519
-
520
496
  def visit_arg(self, node):
521
497
  r"""
522
498
  Visit a Python AST :class:`ast.arg` node.
@@ -544,51 +520,6 @@ class SageArgSpecVisitor(ast.NodeVisitor):
544
520
  """
545
521
  return node.arg
546
522
 
547
- def visit_Num(self, node):
548
- """
549
- Visit a Python AST :class:`ast.Num` node.
550
-
551
- INPUT:
552
-
553
- - ``node`` -- the node instance to visit
554
-
555
- OUTPUT: the number the ``node`` represents
556
-
557
- EXAMPLES::
558
-
559
- sage: import ast, sage.misc.sageinspect as sms
560
- sage: visitor = sms.SageArgSpecVisitor()
561
- sage: vis = lambda x: visitor.visit_Num(ast.parse(x).body[0].value)
562
- sage: [vis(n) for n in ['123', '0.0']]
563
- [123, 0.0]
564
-
565
- .. NOTE::
566
-
567
- On Python 3 negative numbers are parsed first, for some reason, as
568
- a UnaryOp node.
569
- """
570
- return node.value
571
-
572
- def visit_Str(self, node):
573
- r"""
574
- Visit a Python AST :class:`ast.Str` node.
575
-
576
- INPUT:
577
-
578
- - ``node`` -- the node instance to visit
579
-
580
- OUTPUT: the string the ``node`` represents
581
-
582
- EXAMPLES::
583
-
584
- sage: import ast, sage.misc.sageinspect as sms
585
- sage: visitor = sms.SageArgSpecVisitor()
586
- sage: vis = lambda x: visitor.visit_Str(ast.parse(x).body[0].value)
587
- sage: [vis(s) for s in ['"abstract"', "'syntax'", r'''r"tr\ee"''']]
588
- ['abstract', 'syntax', 'tr\\ee']
589
- """
590
- return node.value
591
-
592
523
  def visit_List(self, node):
593
524
  """
594
525
  Visit a Python AST :class:`ast.List` node.
@@ -820,6 +751,28 @@ class SageArgSpecVisitor(ast.NodeVisitor):
820
751
  if op == 'USub':
821
752
  return -self.visit(node.operand)
822
753
 
754
+ def visit_Constant(self, node):
755
+ """
756
+ Visit a Python AST :class:`ast.Constant` node.
757
+
758
+ INPUT:
759
+
760
+ - ``node`` -- the node instance to visit
761
+
762
+ OUTPUT: the constant value the ``node`` represents
763
+
764
+ EXAMPLES::
765
+
766
+ sage: import ast, sage.misc.sageinspect as sms
767
+ sage: visitor = sms.SageArgSpecVisitor()
768
+ sage: vis = lambda x: visitor.visit_Constant(ast.parse(x).body[0].value)
769
+ sage: [vis(n) for n in ['123', '0', '3.14', '"hello"', 'True', 'False', 'None']]
770
+ [123, 0, 3.14, 'hello', True, False, None]
771
+ sage: [type(vis(n)) for n in ['123', '0', '3.14', '"hello"', 'True', 'False', 'None']]
772
+ [<class 'int'>, <class 'int'>, <class 'float'>, <class 'str'>, <class 'bool'>, <class 'bool'>, <class 'NoneType'>]
773
+ """
774
+ return node.value
775
+
823
776
 
824
777
  def _grep_first_pair_of_parentheses(s):
825
778
  r"""
Binary file
Binary file
sage/misc/weak_dict.pyx CHANGED
@@ -466,7 +466,7 @@ cdef class WeakValueDictionary(dict):
466
466
  sage: D.setdefault(matrix([]), ZZ) # needs sage.modules
467
467
  Traceback (most recent call last):
468
468
  ...
469
- TypeError: mutable matrices are unhashable
469
+ TypeError: ...mutable matrices are unhashable...
470
470
  """
471
471
  cdef PyObject* wr = PyDict_GetItemWithError(self, k)
472
472
  if wr != NULL:
@@ -540,7 +540,7 @@ cdef class WeakValueDictionary(dict):
540
540
  sage: D[matrix([])] = ZZ # needs sage.modules
541
541
  Traceback (most recent call last):
542
542
  ...
543
- TypeError: mutable matrices are unhashable
543
+ TypeError: ...mutable matrices are unhashable...
544
544
  """
545
545
  self._set_item(k, v)
546
546
 
@@ -586,7 +586,7 @@ cdef class WeakValueDictionary(dict):
586
586
  sage: D.pop(matrix([])) # needs sage.modules
587
587
  Traceback (most recent call last):
588
588
  ...
589
- TypeError: mutable matrices are unhashable
589
+ TypeError: ...mutable matrices are unhashable...
590
590
  """
591
591
  cdef PyObject* wr = PyDict_GetItemWithError(self, k)
592
592
  if wr == NULL:
@@ -663,7 +663,7 @@ cdef class WeakValueDictionary(dict):
663
663
  sage: D.get(matrix([])) # needs sage.modules
664
664
  Traceback (most recent call last):
665
665
  ...
666
- TypeError: mutable matrices are unhashable
666
+ TypeError: ...mutable matrices are unhashable...
667
667
  """
668
668
  cdef PyObject * wr = PyDict_GetItemWithError(self, k)
669
669
  if wr == NULL:
@@ -702,7 +702,7 @@ cdef class WeakValueDictionary(dict):
702
702
  sage: D[matrix([])] # needs sage.modules
703
703
  Traceback (most recent call last):
704
704
  ...
705
- TypeError: mutable matrices are unhashable
705
+ TypeError: ...mutable matrices are unhashable...
706
706
  """
707
707
  cdef PyObject* wr = PyDict_GetItemWithError(self, k)
708
708
  if wr == NULL:
@@ -745,7 +745,7 @@ cdef class WeakValueDictionary(dict):
745
745
  sage: matrix([]) in D # needs sage.modules
746
746
  Traceback (most recent call last):
747
747
  ...
748
- TypeError: mutable matrices are unhashable
748
+ TypeError: ...mutable matrices are unhashable...
749
749
  """
750
750
  cdef PyObject* wr = PyDict_GetItemWithError(self, k)
751
751
  return (wr != NULL) and (PyWeakref_GetObject(wr) != Py_None)
Binary file
Binary file
Binary file
@@ -774,7 +774,7 @@ cdef class ClonableArray(ClonableElement):
774
774
  sage: c.index(5)
775
775
  Traceback (most recent call last):
776
776
  ...
777
- ValueError: 5 is not in list
777
+ ValueError: ...not in list
778
778
  """
779
779
  if start is None:
780
780
  return self._list.index(x)
Binary file
@@ -410,7 +410,7 @@ cdef class SageObject:
410
410
  sage: hash(b)
411
411
  Traceback (most recent call last):
412
412
  ...
413
- TypeError: unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'
413
+ TypeError: ...unhashable type: 'sage.rings.padics.qadic_flint_CR.qAdicCappedRelativeElement'...
414
414
  sage: @cached_method
415
415
  ....: def f(x): return x==a
416
416
  sage: f(b)
@@ -665,11 +665,12 @@ cdef class SageObject:
665
665
  TESTS::
666
666
 
667
667
  sage: class Bla(SageObject): pass
668
- sage: Bla()._test_pickling()
669
- Traceback (most recent call last):
670
- ...
671
- PicklingError: Can't pickle <class '__main__.Bla'>: attribute
672
- lookup ... failed
668
+ sage: from _pickle import PicklingError
669
+ sage: try:
670
+ ....: Bla()._test_pickling()
671
+ ....: except PicklingError as e:
672
+ ....: print("PicklingError caught")
673
+ PicklingError caught
673
674
 
674
675
  TODO: for a stronger test, this could send the object to a
675
676
  remote Sage session, and get it back.
@@ -83,7 +83,7 @@ must be hashable, i.e., must be valid as dictionary keys::
83
83
  sage: C([1,2])
84
84
  Traceback (most recent call last):
85
85
  ...
86
- TypeError: unhashable type: 'list'
86
+ TypeError: ...unhashable type: 'list'...
87
87
 
88
88
  In addition, equivalent ways of providing the arguments are *not*
89
89
  automatically normalised when forming the cache key, and hence different but
@@ -733,7 +733,7 @@ class CachedRepresentation(WithPicklingByInitArgs):
733
733
  sage: MyClass(value = [1,2,3])
734
734
  Traceback (most recent call last):
735
735
  ...
736
- TypeError: unhashable type: 'list'
736
+ TypeError: ...unhashable type: 'list'...
737
737
 
738
738
  .. rubric:: Argument preprocessing
739
739