passagemath-objects 10.6.31rc2__cp311-cp311-macosx_13_0_x86_64.whl → 10.6.31rc3__cp311-cp311-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.31rc2.dist-info → passagemath_objects-10.6.31rc3.dist-info}/METADATA +2 -2
  2. {passagemath_objects-10.6.31rc2.dist-info → passagemath_objects-10.6.31rc3.dist-info}/RECORD +75 -75
  3. sage/arith/numerical_approx.cpython-311-darwin.so +0 -0
  4. sage/arith/power.cpython-311-darwin.so +0 -0
  5. sage/categories/action.cpython-311-darwin.so +0 -0
  6. sage/categories/category_cy_helper.cpython-311-darwin.so +0 -0
  7. sage/categories/category_singleton.cpython-311-darwin.so +0 -0
  8. sage/categories/functor.cpython-311-darwin.so +0 -0
  9. sage/categories/map.cpython-311-darwin.so +0 -0
  10. sage/categories/morphism.cpython-311-darwin.so +0 -0
  11. sage/cpython/atexit.cpython-311-darwin.so +0 -0
  12. sage/cpython/atexit.pyx +73 -24
  13. sage/cpython/builtin_types.cpython-311-darwin.so +0 -0
  14. sage/cpython/cython_metaclass.cpython-311-darwin.so +0 -0
  15. sage/cpython/debug.cpython-311-darwin.so +0 -0
  16. sage/cpython/dict_del_by_value.cpython-311-darwin.so +0 -0
  17. sage/cpython/getattr.cpython-311-darwin.so +0 -0
  18. sage/cpython/string.cpython-311-darwin.so +0 -0
  19. sage/cpython/type.cpython-311-darwin.so +0 -0
  20. sage/groups/group.cpython-311-darwin.so +0 -0
  21. sage/groups/old.cpython-311-darwin.so +0 -0
  22. sage/libs/gmp/pylong.cpython-311-darwin.so +0 -0
  23. sage/misc/c3_controlled.cpython-311-darwin.so +0 -0
  24. sage/misc/cachefunc.cpython-311-darwin.so +0 -0
  25. sage/misc/cachefunc.pyx +1 -1
  26. sage/misc/classcall_metaclass.cpython-311-darwin.so +0 -0
  27. sage/misc/constant_function.cpython-311-darwin.so +0 -0
  28. sage/misc/fast_methods.cpython-311-darwin.so +0 -0
  29. sage/misc/fpickle.cpython-311-darwin.so +0 -0
  30. sage/misc/function_mangling.cpython-311-darwin.so +0 -0
  31. sage/misc/inherit_comparison.cpython-311-darwin.so +0 -0
  32. sage/misc/instancedoc.cpython-311-darwin.so +0 -0
  33. sage/misc/lazy_attribute.cpython-311-darwin.so +0 -0
  34. sage/misc/lazy_import.cpython-311-darwin.so +0 -0
  35. sage/misc/lazy_list.cpython-311-darwin.so +0 -0
  36. sage/misc/lazy_list.pyx +9 -10
  37. sage/misc/lazy_string.cpython-311-darwin.so +0 -0
  38. sage/misc/misc_c.cpython-311-darwin.so +0 -0
  39. sage/misc/nested_class.cpython-311-darwin.so +0 -0
  40. sage/misc/persist.cpython-311-darwin.so +0 -0
  41. sage/misc/randstate.cpython-311-darwin.so +0 -0
  42. sage/misc/reset.cpython-311-darwin.so +0 -0
  43. sage/misc/sage_ostools.cpython-311-darwin.so +0 -0
  44. sage/misc/sage_timeit_class.cpython-311-darwin.so +0 -0
  45. sage/misc/sage_unittest.py +11 -14
  46. sage/misc/sageinspect.py +25 -72
  47. sage/misc/session.cpython-311-darwin.so +0 -0
  48. sage/misc/weak_dict.cpython-311-darwin.so +0 -0
  49. sage/misc/weak_dict.pyx +6 -6
  50. sage/modules/module.cpython-311-darwin.so +0 -0
  51. sage/sets/pythonclass.cpython-311-darwin.so +0 -0
  52. sage/structure/category_object.cpython-311-darwin.so +0 -0
  53. sage/structure/coerce.cpython-311-darwin.so +0 -0
  54. sage/structure/coerce_actions.cpython-311-darwin.so +0 -0
  55. sage/structure/coerce_dict.cpython-311-darwin.so +0 -0
  56. sage/structure/coerce_maps.cpython-311-darwin.so +0 -0
  57. sage/structure/debug_options.cpython-311-darwin.so +0 -0
  58. sage/structure/element.cpython-311-darwin.so +0 -0
  59. sage/structure/element_wrapper.cpython-311-darwin.so +0 -0
  60. sage/structure/factory.cpython-311-darwin.so +0 -0
  61. sage/structure/list_clone.cpython-311-darwin.so +0 -0
  62. sage/structure/list_clone.pyx +1 -1
  63. sage/structure/list_clone_demo.cpython-311-darwin.so +0 -0
  64. sage/structure/list_clone_timings_cy.cpython-311-darwin.so +0 -0
  65. sage/structure/mutability.cpython-311-darwin.so +0 -0
  66. sage/structure/parent.cpython-311-darwin.so +0 -0
  67. sage/structure/parent_base.cpython-311-darwin.so +0 -0
  68. sage/structure/parent_gens.cpython-311-darwin.so +0 -0
  69. sage/structure/parent_old.cpython-311-darwin.so +0 -0
  70. sage/structure/richcmp.cpython-311-darwin.so +0 -0
  71. sage/structure/sage_object.cpython-311-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.31rc2.dist-info → passagemath_objects-10.6.31rc3.dist-info}/WHEEL +0 -0
  75. {passagemath_objects-10.6.31rc2.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.31rc2
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,68 +1,68 @@
1
- passagemath_objects-10.6.31rc2.dist-info/RECORD,,
2
- passagemath_objects-10.6.31rc2.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,137
3
- passagemath_objects-10.6.31rc2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_objects-10.6.31rc2.dist-info/METADATA,sha256=svZj_SXhRm2amGyprthWXNe7Fw1sxwdfpB3g76VlyPo,5271
1
+ passagemath_objects-10.6.31rc3.dist-info/RECORD,,
2
+ passagemath_objects-10.6.31rc3.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,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
5
5
  passagemath_objects.dylibs/libgmp.10.dylib,sha256=0q22Nymb1w9CfAmnK2LP6OCGdp3Om-OQrFLzvUUQlwU,510784
6
6
  sage/all__sagemath_objects.py,sha256=NVxVF3fEVtmNUxMKNHjkVqgXO4-AsnV6iuMsgVh3l_4,804
7
- sage/misc/reset.cpython-311-darwin.so,sha256=xsR7xlR0SNbZeq1IVLfdyAd2QW3bJxm5DeKrqEE2Rt8,72200
7
+ sage/misc/reset.cpython-311-darwin.so,sha256=eIVhZUi4C0pVE9xkAlzCYonNuf2mLk4CP6H2B-ruz9k,72200
8
8
  sage/misc/superseded.py,sha256=3K8MzLbmNupi8gMwYaYK68F7YNaYWTVsI9YO1z0TxBE,19934
9
- sage/misc/misc_c.cpython-311-darwin.so,sha256=fqoFxi5yrz5uwrKPBwnShj7uzIwowo7BruVLYKyHf8M,132712
10
- sage/misc/weak_dict.cpython-311-darwin.so,sha256=zKL8VWttM3hQx5dreWGfvSGqBZOWvTnYIVvqCGCK12g,161320
9
+ sage/misc/misc_c.cpython-311-darwin.so,sha256=ebn_5RT2tqjf9Xs8aZLVglskM0LT_uwqhK3hXuI7Rms,132712
10
+ sage/misc/weak_dict.cpython-311-darwin.so,sha256=mBVXxnwshlPH0sSkSScx4Lit54dJAVNH7SHA0jvHP_M,161320
11
11
  sage/misc/prandom.py,sha256=vnbY62JYLu5_5L1nGbq1SoHkt0ScGBrx-LisbzhM2YY,12432
12
12
  sage/misc/verbose.py,sha256=KGMJeArKTqIPTgTxRq4YsSyY7KwZov0m1VmzfImmbUc,6636
13
13
  sage/misc/classcall_metaclass.pyx,sha256=QkgYomel8fNufKtvWx8Iz9fBrSoubKqGIm6sfU-sLYU,21263
14
- sage/misc/lazy_list.cpython-311-darwin.so,sha256=Nnng-8CIyF7U3MAidHA7U5woZobVCRV5hOAtbUNVzy8,197520
15
- sage/misc/constant_function.cpython-311-darwin.so,sha256=6A2_ooHbLKctHDVB6W63p3OP-hjou-pKQw8wpDou8Yw,75728
16
- sage/misc/lazy_attribute.cpython-311-darwin.so,sha256=W6gymkSDK2rUm6vdNm9ijreo1oMA25DJdSTK6oK7lms,95696
14
+ sage/misc/lazy_list.cpython-311-darwin.so,sha256=y1i6jS8yUvE0VH-pC71QS29vXVsy9l0ikGl3zpzUGUc,197520
15
+ sage/misc/constant_function.cpython-311-darwin.so,sha256=0Tn-ewNSqKxkZTugYqG4xv5X_7jLL6L4romGrWARKXM,75728
16
+ sage/misc/lazy_attribute.cpython-311-darwin.so,sha256=hKGfA6QRMBOFqUdy9jvi_0a4_grKDxTYLbzztgaGOXw,95696
17
17
  sage/misc/misc.py,sha256=3M5ekIsxGhmZOR2c1AzChqurp7rQl-ErMOe-R1lO_BA,30450
18
18
  sage/misc/sage_timeit.py,sha256=2l3OuSjfwQFqF3CkzVDR8LOR2AiPGskiOMleWD03NKU,9064
19
- sage/misc/weak_dict.pyx,sha256=CXWvbATI26YASIJ-vVvq9YcNHpnRp6tnoDnJ92iT-8Q,41565
19
+ sage/misc/weak_dict.pyx,sha256=0gbKGb_Fovx_pIblCYMwsVwxLfTGpU9CgI9n65N8OF0,41601
20
20
  sage/misc/flatten.py,sha256=BMribQzTuNq4JqjNkTtla9mEUb7QVCBhskj9rLWAiuQ,2739
21
21
  sage/misc/sage_timeit_class.pyx,sha256=3IIxeFsvD7gxemBNgP_tnhuwMWjPiVdUTKQshSHWSxk,3908
22
- sage/misc/persist.cpython-311-darwin.so,sha256=fsuOkL9DQZLNt-OoVmmxeBiSZDGCtvEpUA88OwCR7ow,261832
22
+ sage/misc/persist.cpython-311-darwin.so,sha256=o8KlJR8A5RHu3Na0Dvk1tWd_UODLTtKEORee23L3COI,261832
23
23
  sage/misc/lazy_string.pyx,sha256=kjC5HtApqcYKUv4VGXK0_zjUqJ_HdLzXAUW5Ws9FdJA,16280
24
- sage/misc/nested_class.cpython-311-darwin.so,sha256=3K9w-4QgXbjPJ8gbQE1sXabVTqhIYJbBnwTjNA7xVKk,103616
24
+ sage/misc/nested_class.cpython-311-darwin.so,sha256=CVRlugJDv_oXX_khKCsbIUFjvz49iT7XOsXxqo_P-fw,103616
25
25
  sage/misc/c3_controlled.pyx,sha256=a3z5yOBzNLzcMS085cQH6S1heXHCU4zT32SvU0ng6F4,56078
26
26
  sage/misc/lazy_import_cache.py,sha256=7UUPsvP7XLFIcXZee9tg8jB_0luUr-z3lxTPd8dsU2Y,1005
27
27
  sage/misc/instancedoc.pyx,sha256=ml1-c_SKHAnww2zwkJTXbuf2TSHJXtNYQstTSCRipFo,11125
28
28
  sage/misc/reset.pyx,sha256=9xnGnC8yOv-3MKXXEAWcnuc7WLrw6lZQDLqsC91rQ5Y,5675
29
- sage/misc/fast_methods.cpython-311-darwin.so,sha256=IXZYpiD_8gGz5oqFAFYDCt87RNtW62REKA4Jgrs6dwM,87384
30
- sage/misc/lazy_string.cpython-311-darwin.so,sha256=EeIXQBinMBdWOky3B-ZVM0pSqYVqyp4USM8RJj2-QqI,88032
29
+ sage/misc/fast_methods.cpython-311-darwin.so,sha256=CC4HRkpJczEhTKS4dNFcw0xPgJKMsqd4YyywsrFlx0Q,87384
30
+ sage/misc/lazy_string.cpython-311-darwin.so,sha256=Lfd-Xfg63GIKFmZCjqt14wMgWRpSDLtFY31yO93HeCc,88032
31
31
  sage/misc/sage_ostools.pyx,sha256=CaDOaTvu2JXfOwJk8wsgTF_OT_ivjugrqVvBa2FvvqA,9287
32
32
  sage/misc/function_mangling.pyx,sha256=bVzo7-pJq0kNLBvR4W3AVuCCr7JrVVnj-9oqEq0bQLI,10873
33
- sage/misc/lazy_list.pyx,sha256=8uPSFQUEqpi098JLpAgHqd_43uWsXfd12DMxZn_pQyU,38284
34
- sage/misc/function_mangling.cpython-311-darwin.so,sha256=EBjCQStEB8Fb6WGZI_CiHg0AZ8F8YJp6sPJqExqpTR8,72528
33
+ sage/misc/lazy_list.pyx,sha256=ib3TZpxutctPqQ2bAwTGVJgo4YIJv8wmKfiBvoBtIsM,38313
34
+ sage/misc/function_mangling.cpython-311-darwin.so,sha256=OoTsbRoivCOLgafwqHL1QsGUldrMgN4kh-dkGSiL158,72528
35
35
  sage/misc/nested_class.pxd,sha256=8jncbDWcavg4ZjbrbtXscGagkcMVU-ZDYH4k15jZyc4,94
36
- sage/misc/cachefunc.cpython-311-darwin.so,sha256=EpydFVhPGho6K19J-AH7vMJQxIcyxuYf09sxGJWwMIU,482048
36
+ sage/misc/cachefunc.cpython-311-darwin.so,sha256=SM_QWcJAp-dUg5UbJba1fnk7Ckr2I9pzdteixfFfwOk,482048
37
37
  sage/misc/fast_methods.pyx,sha256=RrRNp3UNliUhKPdIXz_mxu1BL_7iHze4vx7Ulpyaw84,11976
38
- sage/misc/session.cpython-311-darwin.so,sha256=1Dkf7RlitFDwvn7adYr319qUV2FMR_3Jmn6GZ_DqedQ,78600
38
+ sage/misc/session.cpython-311-darwin.so,sha256=UuR_LdgCrajxRKkmGQZ_q2Y3m_olRvL2onO1xneMWD4,78600
39
39
  sage/misc/misc_c.pxd,sha256=6ijmZ05ZScqQVt6NfUEaSbHijl_JK2U4JQlV_E8SxR0,96
40
- sage/misc/cachefunc.pyx,sha256=PxXg3mtgFy3d2j1QlrvAHRkihnRBwmRjRjy2luSHRbI,127240
40
+ sage/misc/cachefunc.pyx,sha256=H2S0-A5IQEOvKZ4XDwq1_3kuCkc5dzVvwL_6FbRKW-Q,127246
41
41
  sage/misc/session.pyx,sha256=vxqDy-kT1QEplhoyuDlRM6WiWmFfYLDZiOmy-gwl3gE,11770
42
- sage/misc/inherit_comparison.cpython-311-darwin.so,sha256=97YGXBkdRcHXjPwKeZnisXCZX9TSnWYQmlERHkvoT7k,41904
42
+ sage/misc/inherit_comparison.cpython-311-darwin.so,sha256=NAUjYG2_LD8hsrw7OQLvyJPF06m9-Dt8PiuLJygKwms,41904
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
46
- sage/misc/c3_controlled.cpython-311-darwin.so,sha256=tE-qJi4TJP8alRzrbhXHr2vAPYUDxOaIyS7RNlDyqC0,284896
46
+ sage/misc/c3_controlled.cpython-311-darwin.so,sha256=zHbHujU2ozNeTiONINiMEgkkzkwYh2Np1XailfRhD2g,284896
47
47
  sage/misc/randstate.pyx,sha256=gmiTORYmK3lx44l6XWxkjCcD5PO4rHvEJ94TE7K_6bQ,38090
48
48
  sage/misc/inherit_comparison.pyx,sha256=qitU_YiVHB-9wHUMh3M2ewuee0DMd7Kq7ZPJXxchjzI,3828
49
- sage/misc/randstate.cpython-311-darwin.so,sha256=jMWO3xwjPJF3K0LVZrMiYbCBxv8ZtklQ12LvE2AIJvE,157264
49
+ sage/misc/randstate.cpython-311-darwin.so,sha256=TtFcJZVkai_5osPaPIiHvkQvecyO85yeCTqYJyto__U,157264
50
50
  sage/misc/cachefunc.pxd,sha256=4c9YK_wVbUSit4f5LtoZsgV43_49S_P6LbrO-LDwl9w,1163
51
- sage/misc/lazy_import.cpython-311-darwin.so,sha256=UP3jaItstsYmtf3d9qbYwWJm8-bBLxpzOLFlWNdAxR8,230192
51
+ sage/misc/lazy_import.cpython-311-darwin.so,sha256=EegQ_MuRaAMS2Pyt5YGVNfCvU4UGHWXV-ZX4BO4AWQk,230192
52
52
  sage/misc/fast_methods.pxd,sha256=A0ImtHm4rQ0JAxnCygpTP0RyqZtodCqqm8_TKXtiYK0,577
53
53
  sage/misc/bindable_class.py,sha256=WY48Hlz5tyVP-pKsCebjfsZKcPSDDrZKruv9W3fhhHw,8369
54
54
  sage/misc/nested_class.pyx,sha256=j0pwxE44IvMSpUM-Pl3_uv9T2CzfmwxsIoDuFML9VTQ,13318
55
55
  sage/misc/misc_c.pyx,sha256=NXV3k96bXvVKqt_jmbtlrpBOE_l8tYy6IgLHwl2vZLs,23685
56
56
  sage/misc/timing.py,sha256=sbUPFLljrbKKA0wPBU-wTI-xO1E7DcqUcfxlo4jTU8g,8329
57
57
  sage/misc/lazy_attribute.pyx,sha256=rpc8WnIiCbrZdwi06AxMWKBcN_uuvHlXJ0UI3xpXg2w,19121
58
- sage/misc/fpickle.cpython-311-darwin.so,sha256=sMt3plUuOU7nvZvvpoJw5NpYI5xZfwyrbr_sWweDai4,104976
58
+ sage/misc/fpickle.cpython-311-darwin.so,sha256=qtfOxJtofmDtG0WzPiD4xwp6JE2SitFOQvvHHSe257w,104976
59
59
  sage/misc/lazy_list.pxd,sha256=ugiVT7-AGL6qSOBVn6YSELu_TJctsEL-Dzpv65ep3XQ,672
60
60
  sage/misc/function_mangling.pxd,sha256=n_zmWpk40S2JNrwTiBxFRkZaI9Fj7ZD_E9s_qm7PKu0,330
61
- sage/misc/sage_ostools.cpython-311-darwin.so,sha256=s9-ZEkYLn9TxWo26O_EsC14ajk-_5Y6VIy86iUKQd0A,96944
61
+ sage/misc/sage_ostools.cpython-311-darwin.so,sha256=VOxPgBhqAwomih15k2WUxcRn4Dc4rONHBj-_NL8SDQU,96944
62
62
  sage/misc/lazy_import.pyx,sha256=ku_tlp1o5BwAfRlJSQtUiGg9c23FjLAQDdOqyw2xhoI,41770
63
63
  sage/misc/abstract_method.py,sha256=57iobT5AwJzRPkutZNFoHyHqc4BgAn_NYzvG2PjlP-E,8409
64
64
  sage/misc/test_nested_class.py,sha256=E_r0pvZKHIWw-1V3djlwdSKjY5BbaPmp-UFewrRhTLA,5914
65
- sage/misc/sageinspect.py,sha256=jjtNFSH6QniO3OjJEKv44Fj7gRmA9JBm94mQRCwLcXQ,108872
65
+ sage/misc/sageinspect.py,sha256=QPEhtfOAmjM8dXPl1v89np73eO2qJYdRCdrrSZFSCGI,107670
66
66
  sage/misc/c3_controlled.pxd,sha256=EWT5P-X5Y6-dAslfrcE14QFMLsGHWcLSxCoAEkcN7NY,93
67
67
  sage/misc/fpickle.pyx,sha256=Vh5kja4ylA8ln6_ICX5OUvhOXjZDdnazCkB4SC8tGPc,4900
68
68
  sage/misc/namespace_package.py,sha256=1Zm09A9QjmQ6i4zp3I2G_x1XEm8wJVFxxZ353LN-EZE,938
@@ -70,12 +70,12 @@ 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
72
  sage/misc/call.py,sha256=WerCuE2OSAGLgok9s-2JqTwEIZkvgqfarMUyQsYZlCc,5757
73
- sage/misc/instancedoc.cpython-311-darwin.so,sha256=zfMEK3XcOwUjCYR-_nRmsoZEvzX5k81Zb9Kn9vBsuWA,60952
73
+ sage/misc/instancedoc.cpython-311-darwin.so,sha256=qSyjd_aVH1HlAG0N_ixzPlhwVyEVFDPZ-gF9O8JK9U8,60952
74
74
  sage/misc/all__sagemath_objects.py,sha256=PA6ug9z-uYIb61IYDsyIxyOmch9QQY8KfYqAJin-lco,1544
75
75
  sage/misc/lazy_format.py,sha256=MpN8wJXCvdiyJyOp5x0cfSGNjvUA58bFY7LVjwX5_4c,4379
76
- sage/misc/sage_timeit_class.cpython-311-darwin.so,sha256=GkRUvsKVI5wVHLERPHH6h5CcmZZ6galccctiU7bX0jQ,60120
77
- sage/misc/classcall_metaclass.cpython-311-darwin.so,sha256=B6_2D5xt2a6RxK2E_onaSdn2oBZAnjc94CJ2O4yMvSg,103680
78
- sage/misc/sage_unittest.py,sha256=sTp3rvIV43FgnsznD08LVMF6miRuvTa81VN7a2D9qBg,24177
76
+ sage/misc/sage_timeit_class.cpython-311-darwin.so,sha256=W0uW7QOCWI0XRtAUVloa7gT8toZp2cgv-DkeacJU52k,60120
77
+ sage/misc/classcall_metaclass.cpython-311-darwin.so,sha256=vsG0hkC4jO9OkgP4DXJkVH4peN6uYRRhZrB_X7RRXKI,103680
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
@@ -88,18 +88,18 @@ 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
90
  sage/groups/old.pyx,sha256=gxDN9ZQSNq3VnccG9So3tLGk2JgSjTrAwKlpkE26aig,6154
91
- sage/groups/group.cpython-311-darwin.so,sha256=rBmOOfkgDlxTKLrV6mDQNq8lU5O5ZU9TOIw_B4xPHS4,113960
91
+ sage/groups/group.cpython-311-darwin.so,sha256=En9AejftVXaPzAshgISbis5hoGxRn4XBHNuh14J1iS4,113960
92
92
  sage/groups/old.pxd,sha256=2CXrLHHAFFGvFhOcHEBR4jo65SGynhNEcMF0f9rMsQs,266
93
- sage/groups/old.cpython-311-darwin.so,sha256=vLW6YQdvueoGdJd4z3Qa38YLNx6VTmKUFKBF8yKY4rk,67912
93
+ sage/groups/old.cpython-311-darwin.so,sha256=S7gwR_t0V9xfTqY_1kCQNZnSVfFbRRYQtRb18n95E2k,67912
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
- sage/arith/numerical_approx.cpython-311-darwin.so,sha256=zo7bbdCC65sVLIrkh89DVxczskux44xMtHW-eE0Tkx0,58568
97
+ sage/arith/numerical_approx.cpython-311-darwin.so,sha256=aeTdJS1RjFUMyygYx0KNXNEzdlxa6isXyFlVigK9s8Q,58568
98
98
  sage/arith/numerical_approx.pxd,sha256=gFWmxAnUn8xt1cMwCW0pxfywfy_ZJ3vrRuNjAjlo1dU,950
99
99
  sage/arith/power.pyx,sha256=SJamErC6EQinYao_I5JMTWNnYRRxUT-t-jRErZq-T5A,3257
100
100
  sage/arith/power.pxd,sha256=CS0qcAvGCF4VdHFFOxfKtF5cmviM0UyOzGfAYghjTCA,630
101
101
  sage/arith/numerical_approx.pyx,sha256=IkdhP04vlBfHcSR4YREYBisONaa9uBWMlQmM8wrF-3Q,2538
102
- sage/arith/power.cpython-311-darwin.so,sha256=rTRgFH8ZJo-RrnxWS29N4jmaCTFUe-i27Wd82cfrqAM,76896
102
+ sage/arith/power.cpython-311-darwin.so,sha256=Wdadmfwlelsh_wm-wheZ_UVNK7E06IP4_VULmb2YjTI,76976
103
103
  sage/arith/all__sagemath_objects.py,sha256=Xsmp9IOAIWpXfNhDnlC1rPzaAWwkOnDGBX7TSDM7HKc,222
104
104
  sage/libs/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
105
105
  sage/libs/gmpxx.pxd,sha256=UZMJb9R2wLkI8IE0cdcheUEZYKVsK9pX6_QGQNIY82E,503
@@ -112,22 +112,22 @@ sage/libs/gmp/random.pxd,sha256=IVs3XSfaq39Vr7S0IAVoNvU-mvPhmrjyPWJ4OKAl7ns,1020
112
112
  sage/libs/gmp/__init__.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
113
113
  sage/libs/gmp/pylong.pxd,sha256=ZAmPJKtIZJW7S7rDdsjiB7WphHyADSwgR8hH8HLWSaE,378
114
114
  sage/libs/gmp/all.pxd,sha256=6w1y2YcnMOazAA-xA2ObVuD6uQ6PvlFGDNa2c6b91dI,219
115
- sage/libs/gmp/pylong.cpython-311-darwin.so,sha256=Gvx9udQ4vIFR-cqe2j7SJuXIzbtL5VO-XUVaZQS4GRI,47792
115
+ sage/libs/gmp/pylong.cpython-311-darwin.so,sha256=1jDyVOh5uuKE1AibQXb3YV4h2tsOom1qF_DuYlaW2b8,47792
116
116
  sage/libs/gmp/pylong.pyx,sha256=OrXIWymqVFgESFvZ5amY3l4ynBjIel5XnxHQvES5In0,4867
117
117
  sage/libs/gmp/mpz.pxd,sha256=76TOHtrqWB9h9LBY2sQok-8dL3coqIXc6y0pLUANHQU,9628
118
118
  sage/libs/gmp/mpn.pxd,sha256=xqtMwtfyNMXCuUfrM27MYjTJswuynYvqkNW4RNJMBzk,4151
119
119
  sage/libs/gmp/randomize.pxd,sha256=TazhW2I0CQS8oQTa2jA1SKHSgrBha14tNy-6ddnkhFo,2309
120
120
  sage/cpython/dict_del_by_value.pyx,sha256=QXJYSJ1VJzyksOhZVWay0Uvt92Yyuk61YLyuILmY0is,6416
121
- sage/cpython/getattr.cpython-311-darwin.so,sha256=Ny5xGvC2HGcdf9CBdEu_7Ywj3z0vkmYxAYtinnTaCio,66672
121
+ sage/cpython/getattr.cpython-311-darwin.so,sha256=TAqbECZf4LwWkRa3pBwKzcTSmtTQPM6FHMnoarWr2T4,66672
122
122
  sage/cpython/type.pyx,sha256=Xso6fkWMzcPl3lxJAAdy11BQ57gmuDkbIDbi_DmCH0w,1076
123
- sage/cpython/atexit.cpython-311-darwin.so,sha256=1Vjqivq_Lveu4eyOP3EnX9MGojYRqiqFaOnVWkFEZIs,58544
123
+ sage/cpython/atexit.cpython-311-darwin.so,sha256=T48udQ6ziqX11MggBXYFHLaby6-fmaPBkCi13CyIDBI,59648
124
124
  sage/cpython/getattr.pxd,sha256=8Cb3X41HUmaro-m-uD-Hoto63wxoVvNYYd80wbOYNbU,288
125
125
  sage/cpython/pyx_visit.h,sha256=MFhGSCe_RsFn-D03QfNixKbe-cD2nzwC7JsNFmUd-rY,651
126
126
  sage/cpython/wrapperdescr.pxd,sha256=01d05_VmUeAhJ9tWINAL4MnghxJzJVb7s-bafCejIi0,2263
127
- sage/cpython/type.cpython-311-darwin.so,sha256=xpDGjkgJb3_ETvbS1kuLE1d6MQObfO1GbcHrn9iwcgE,35856
127
+ sage/cpython/type.cpython-311-darwin.so,sha256=9lIsxHLWMdptr8Wh43JwIi4vX_CYo5qADRrpeqn-0Kg,35856
128
128
  sage/cpython/pycore_long.pxd,sha256=R5pyHcmmdtWn_DyNdvY60pcwgn0sTH38WecVWKclwXA,394
129
129
  sage/cpython/debug.pyx,sha256=dbWOnaY3Gmrs-WrTpfhIhYnLIX9TIHUmzpToiqSHOkY,11765
130
- sage/cpython/string.cpython-311-darwin.so,sha256=TArTauzHnMsZwPLqrvAfmmvZWhkzWlSlF-0xwVC8V8U,42328
130
+ sage/cpython/string.cpython-311-darwin.so,sha256=_-b7OZZ7taHCePLTXp6oKA-eOi6kNd4ahIVQkmYE5uM,42328
131
131
  sage/cpython/string_impl.h,sha256=IFEnaYxWnD9-Nn__f3KtGjsMQhUpw1RjHEwSYbDCEyM,1781
132
132
  sage/cpython/cython_metaclass.h,sha256=UOzAuX8wafy8LQZWuhbFIf4fxfHacBjkvnbIdRiO14U,4058
133
133
  sage/cpython/pycore_long.h,sha256=eTJcUr7GR5Cr5g9-Tts33PibfOesLrq_e-XCzsEpcPE,2156
@@ -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/dict_del_by_value.cpython-311-darwin.so,sha256=mdSqJfTX7so0UE11ZiF81LPVPCUQeOZZ_KrbtNdaBtU,36672
139
+ sage/cpython/dict_del_by_value.cpython-311-darwin.so,sha256=wFzEIeJ5xUKv2crBVwefnhzk1ewTjraN1JorYXJQw34,36672
140
140
  sage/cpython/string.pyx,sha256=WVruGwr0FdR7ZRxk0sWTVQA5kau9Ar3ZTH6XUyHpBDg,1196
141
141
  sage/cpython/cython_metaclass.pyx,sha256=FOME93m8ak8IfERSVZf28JufCeWGz0R_jL1xPIVfNwI,4833
142
142
  sage/cpython/_py2_random.py,sha256=U4iBlbHd_4HhW6fU2MBPI2ERQZtZFmJIu9j1bPrxlwM,22928
143
143
  sage/cpython/python_debug.pxd,sha256=EpFaKv-z7KzZ6f7g3o-NYUovfp9Yg-nsWbgFODjxI_w,2032
144
- sage/cpython/builtin_types.cpython-311-darwin.so,sha256=96gldy-awyubZm5HUmPKK4Y_j3mtqaPapQUeQf-2DVU,23440
144
+ sage/cpython/builtin_types.cpython-311-darwin.so,sha256=REzxDGNjwys0bzwpkScogAmyZqVkCg4dLj5ybP8J0fI,23440
145
145
  sage/cpython/dict_internal.h,sha256=McGCYoRGYalDPKk-tRx0wtfImuIV9BJ5Xg5PQdzJTR8,7110
146
- sage/cpython/debug.cpython-311-darwin.so,sha256=g7FFctJC-pdaQ4AD4DBdtG2ATOYxMiIr_I6ioOJDyOA,81080
146
+ sage/cpython/debug.cpython-311-darwin.so,sha256=b5e5DSKzUf3yxX-PVTDgRvOImnJbrRsuM8bwAeCFTyA,81080
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/cython_metaclass.cpython-311-darwin.so,sha256=JcMKg43SWigUN6MEyLTqSiivEsNJF-f3r8HpnBO2cKs,25232
152
+ sage/cpython/cython_metaclass.cpython-311-darwin.so,sha256=-ixDH4PSHUhxC1QLjiaAYuW1aqHZg_BzrjDJM31uMM4,25232
153
153
  sage/sets/pythonclass.pyx,sha256=ZzUjh8bkoqWPCd85Kcx-NnuEghofSQ0NoCG_CpeCpX4,7136
154
- sage/sets/pythonclass.cpython-311-darwin.so,sha256=xSP9xfi5HboJcE-xhLqfW9-Djrdq6q9M0IPBy9ISh5I,103984
154
+ sage/sets/pythonclass.cpython-311-darwin.so,sha256=f_ai3k8Xuv5FjEqpxUqDoqfX1avLXG6UvhZnecNFft0,103984
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
@@ -160,49 +160,49 @@ 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
162
  sage/modules/all__sagemath_objects.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
163
- sage/modules/module.cpython-311-darwin.so,sha256=f8IsRAPE5CL_K84CyJbX3bcDVBQTQ5wobgT1t2h6lHE,78936
163
+ sage/modules/module.cpython-311-darwin.so,sha256=838AaCgPPzvbw4bSarWY_oz9xtKaCeTGK43OTlbMHmk,78936
164
164
  sage/structure/gens_py.py,sha256=3e2OoLDBveDRyuaGStNBUZarUNa0CE2Qs9cBGhxR28g,2069
165
165
  sage/structure/parent.pxd,sha256=WZ0dqLTWmhpsSiXR_VN4LHmI9mac8w2fksr-_cuUrSk,4230
166
166
  sage/structure/list_clone.pxd,sha256=Uy6QhnoBF8OLylfp74H4hupCyXCd1wVBXO0fAfbWKOw,2121
167
- sage/structure/list_clone_timings_cy.cpython-311-darwin.so,sha256=4tgG_RHMel9Rm-XoEcJBsqzrN_Tphnww5wu3EJJjADM,59896
167
+ sage/structure/list_clone_timings_cy.cpython-311-darwin.so,sha256=xVeK5qkMnQ9DV5Y50-4yy8jd2k1ZZQ9lP0OeyhsYrqE,59896
168
168
  sage/structure/sage_object.pxd,sha256=ucLms0iBHPbK0A-IJ-UDLVEbW66BH719SErTxz23po0,78
169
169
  sage/structure/sage_object_test.py,sha256=ZAhjc7q979clLhRqEWAneSQDWzxP7bXqtRyQwIXY81M,627
170
170
  sage/structure/support_view.py,sha256=qlclI5fZdRBtWwV0UC5o9KmPPCTdqDUY0_YAAWWnf_k,5381
171
- sage/structure/list_clone.cpython-311-darwin.so,sha256=7y515Vui4bt7lTrnP4nWYY-XKlR8B_ECwpJ-36im8_Q,345696
172
- sage/structure/mutability.cpython-311-darwin.so,sha256=lm23g5sTcHU2tMPq85CUaqZNmDKyiL4GjQgnqyyDo0A,103216
173
- sage/structure/parent_old.cpython-311-darwin.so,sha256=jtCjT8FqnEDKc4PDtiGoj2WV5EIljU-r-oLOMqMOHUI,97552
171
+ sage/structure/list_clone.cpython-311-darwin.so,sha256=NNtwWKJgy6jm_9xtEMbMlxZsQzCTLMsAPjU10VJwRaY,345768
172
+ sage/structure/mutability.cpython-311-darwin.so,sha256=kymrHcPkgnpsyr4Pe4bGRmJjxBOnTKWEvHz84byfM7k,103216
173
+ sage/structure/parent_old.cpython-311-darwin.so,sha256=JSvn6JSFiQ2PLEjflfnJ9YigdjkYc-DnixMA7JHLWCk,97552
174
174
  sage/structure/coerce_actions.pyx,sha256=lrg_qYJehodMQN7o3Z_5Igfdszz02cInnLa-Ds8zYwA,37252
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
- sage/structure/list_clone_demo.cpython-311-darwin.so,sha256=OEWf5gvdxUcfjLYL2ovWe7FURDBXjwK4B-eZnZYrEOU,122984
178
+ sage/structure/list_clone_demo.cpython-311-darwin.so,sha256=2-zPAmeEaqcp3VtRkA5b7yGHDTEVe6jqbvDPmj5zmX8,122984
179
179
  sage/structure/richcmp.pxd,sha256=XI0UNlzfLFW23_8TopFeTl-B6jzDSqhWryKGwbsbTkY,6475
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/richcmp.cpython-311-darwin.so,sha256=AobEaCBhO80QHRNhHMFlUc9w_Q5M-RFt5AbTq6U5G_c,112248
184
- sage/structure/factory.cpython-311-darwin.so,sha256=MN-hP8LCJX07h2iqSpNskH3JUxg8sJFLmb76XgrEbgE,132336
183
+ sage/structure/richcmp.cpython-311-darwin.so,sha256=zphW6-KBo-Sbb-JOXrghih3OiqVm1FVSxGeTv-8TgGs,112248
184
+ sage/structure/factory.cpython-311-darwin.so,sha256=zLVhLHztgjtVQ6lvqnUyN6-PzOgy9P1bEXBa_TZ9Sr8,132336
185
185
  sage/structure/mutability.pyx,sha256=uA5GXQxj1JVE-0Xua5RwV5JgnedSrf0GQPxmrl9HiNs,11493
186
186
  sage/structure/category_object.pxd,sha256=rz9gGO9WiOLQ2XP9PdzSIELHW-4vvPmjXvqdD6huRvY,1030
187
- sage/structure/unique_representation.py,sha256=cSFw-aXRY3jGTOvt3RRORXPVGkSNbcHgVjuBnKJC2AE,52738
187
+ sage/structure/unique_representation.py,sha256=cdLGUBHPZb4tK3uQ4zqnIH93--I0J6oQQc4wf0N5B5Y,52750
188
188
  sage/structure/sequence.py,sha256=MRvLtTYRik3rQvUYLANxgvafNXc9QteQRM1OwbcziPU,29457
189
- sage/structure/parent_gens.cpython-311-darwin.so,sha256=3HhJDhfVsGsPptQZosYkc-IstmXIn_C3__1qrAGNGJE,120456
190
- sage/structure/coerce.cpython-311-darwin.so,sha256=yOQfUpt-3gS7necLspp4T3hl3gJHP4xG9YksWE5p2xI,369464
189
+ sage/structure/parent_gens.cpython-311-darwin.so,sha256=nDT8qm-v071Tax9ZLiNcLVmHH4ggT5PHBp4tqmGNa4o,120456
190
+ sage/structure/coerce.cpython-311-darwin.so,sha256=_249vS67dRHapeF52NGWE6Jt7Z3ysBoG-axre9DizMc,369464
191
191
  sage/structure/global_options.py,sha256=OwIgjujCtFcIp5YYDkQpOSPXeVABfPFZiotM2Yq2Ap4,69477
192
192
  sage/structure/test_factory.py,sha256=HL9H4MZC73a6Ew13W4VppvmRpcuqiJFEuM5xw3SZqOk,1760
193
193
  sage/structure/debug_options.pxd,sha256=yf-VwnEs8Ur2_VYSQsrF9nkj_6AFTSsfcAcLW6IpdWM,200
194
194
  sage/structure/parent_gens.pyx,sha256=uIOBoxy-5e8L2YRMEMzX36uPbOg4PCO97iIgcXAfCTQ,12910
195
195
  sage/structure/set_factories.py,sha256=TAsPdQ-dQon69PxUv-fiybWHAOOAfJmQZiBQpRyCbdI,41181
196
- sage/structure/parent.cpython-311-darwin.so,sha256=LxTIlyMS4SLGDKqMBARh4z8UPcx5ZHMOJlx25_0Zsvc,410792
196
+ sage/structure/parent.cpython-311-darwin.so,sha256=PqpO3rgbwG_dmtzc71zbbYUY1ct3etcDFhKEu0WhQdQ,410792
197
197
  sage/structure/__init__.py,sha256=EVCI863Rj_YxVl2dvc4UurCWk_IreSkmOrtR5vZLZ-4,122
198
198
  sage/structure/list_clone_timings.py,sha256=qB1wmsqiKsTkmF2c6NbAlBIZ5DzwJZ8hnTeMMUMwLRI,6692
199
199
  sage/structure/factorization_integer.py,sha256=PALiFasjPjEqEz08m1A5qADt14lhMt4Xgpgl4Vnovzw,3818
200
200
  sage/structure/coerce.pyx,sha256=IA4rnmiMIndhMGrZMpMD0Hl10ZUK8l6gLuTXoqax2G0,82202
201
201
  sage/structure/coerce_dict.pxd,sha256=3Exj0-GuFQcXtXXKs4ydsU8trgO81fO2cIBP7PDlgZo,1415
202
202
  sage/structure/all.py,sha256=5GYCPE_LABmoZGre1WR9mlhvvpWpzqJMZrS9rAPSan8,798
203
- sage/structure/parent_base.cpython-311-darwin.so,sha256=UwEbL87sGZ-7BRNLXpWQGpwBi8oBISX4zY2x3MgTZr0,53640
203
+ sage/structure/parent_base.cpython-311-darwin.so,sha256=rAQBTqxj3kg5hcUx_XX7-7rLGGujo-I5wI43o92P2Yg,53640
204
204
  sage/structure/element_wrapper.pxd,sha256=MI50lX2z0XmOoaFwGXns-rpOcdcduculNkS8t6VP1i4,319
205
- sage/structure/coerce_actions.cpython-311-darwin.so,sha256=lY55UHHk5FXSv8EJ1MREeQ_xDhwReJxfI5fQ9GfspeI,236944
205
+ sage/structure/coerce_actions.cpython-311-darwin.so,sha256=dEOGRPeKWQ2gcdPy4eGfNFldm75w20ocLlrC3Apz91w,237024
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
@@ -215,32 +215,32 @@ sage/structure/parent_gens.pxd,sha256=mE16F-vEdWAUeE3atp6ZddvIAteQ6jagiYwnVGjHr3
215
215
  sage/structure/formal_sum.py,sha256=-0PPVOHHlfLGQNmU8YV7qNZhrxanAoVorZuFUKSX8Ss,15953
216
216
  sage/structure/mutability.pxd,sha256=SvQMhy7o0PKUnPdNSOdM0w6qpgzEqVzxVXmG1EvmKNo,680
217
217
  sage/structure/category_object.pyx,sha256=iK22UiNYaCgkEc4QeRY4Cu9V7oMBVQCZKhtd4O8NpVM,39030
218
- sage/structure/coerce_dict.cpython-311-darwin.so,sha256=gHGxj-UspzLwaTqxsieEsVsZUG2_IAaFrcT9Auobw8Y,182232
218
+ sage/structure/coerce_dict.cpython-311-darwin.so,sha256=rbWfAKvuOK49p7-2JDEL6VF3lD3DlSeElllqY6NJmuc,186400
219
219
  sage/structure/list_clone_timings_cy.pyx,sha256=Yta-vzJVi8ZBH_1mPFJ7mNB11RGB64TqKqtSuil5CPc,2588
220
220
  sage/structure/richcmp.pyx,sha256=3q-PX3EvGzjpYz9uPcoRuHU5NiJt_ax32_-9v5QAgNY,17828
221
221
  sage/structure/coerce_maps.pyx,sha256=n1_2DKjzOu_I6lxkBXnr6hUqFAQau83Z985ryHK1HLY,25878
222
222
  sage/structure/parent_old.pxd,sha256=rzTYw76EYTgql4jxm5X8wvYQ3D8vmU-V8wVQsU3w4Cw,969
223
- sage/structure/element_wrapper.cpython-311-darwin.so,sha256=AiW_V9pu9h39Dl1lkzdH5WN4TR39pFu3nivsh50xalQ,140192
223
+ sage/structure/element_wrapper.cpython-311-darwin.so,sha256=AGvGVP7ZpmKXgrtebwVGMR2rPLUTJeF0e9hyPpsfTd8,140192
224
224
  sage/structure/element.pxd,sha256=JaMsIvj0HnpDZf2Q1vSs99SIQv3WKCpqkfg9oWLnTuU,7958
225
- sage/structure/sage_object.cpython-311-darwin.so,sha256=I2GzsHpPV-TxPQ1YE84w0rpNtXkquVvgjbA9D8zlCiE,193504
226
- sage/structure/coerce_maps.cpython-311-darwin.so,sha256=jb5Po04FvI1Vytm5dTZxGAdQ7_9L07n7m0WymDtzB0E,215328
227
- sage/structure/debug_options.cpython-311-darwin.so,sha256=2qQo5GtULa9mQnqkSEPfAhq_6JR8GJJTx42qGFIKb8E,37472
225
+ sage/structure/sage_object.cpython-311-darwin.so,sha256=V7HiudUX4orfJJpW4P8Nl_zOmc0DuCbpNlfFzIT2irc,193504
226
+ sage/structure/coerce_maps.cpython-311-darwin.so,sha256=bsq-OheQqxDzbxQr0dm9Jo4X25HtkNsOeSSVV2rlbx8,215328
227
+ sage/structure/debug_options.cpython-311-darwin.so,sha256=_KyMsymLp6OHmkA2vSrPUaHbPU1K1QtIpWkt3bw5X_U,37472
228
228
  sage/structure/coerce_actions.pxd,sha256=4Gzyc43JOKIYDPkKUowbdQ-vYpDTrIxJERUed88b6Oo,528
229
229
  sage/structure/parent_base.pxd,sha256=sQ4wTvOWWZUY8j_zLQjeFpZeXTCpJ6eNAFhL3BPU9tk,585
230
230
  sage/structure/nonexact.py,sha256=kyCU30mUCCbiju6ujgVGe57gtAhavlEQvHDYHSYYupA,1736
231
- sage/structure/sage_object.pyx,sha256=eLvXjVABCzuRoEG251tVeDS1Yc8vi_zG2PLMDzyWTdE,32244
232
- sage/structure/element.cpython-311-darwin.so,sha256=Bf39BGO5WfAk7njps8PR2eV_dOuEtRsZtI4XFqsTc_E,617040
233
- sage/structure/list_clone.pyx,sha256=bn_4rDwtdbYkM4lp3vImfYaVnwvgdQrqQYApKbYAh3g,58958
234
- sage/structure/category_object.cpython-311-darwin.so,sha256=5qANHn4wGjvVwwgubefqSkBITKVntvGvouEn36gIrck,194624
231
+ sage/structure/sage_object.pyx,sha256=v-zZLileKVikJuuZNdYlGp5StPASFAAMgdh7s1mHrPY,32292
232
+ sage/structure/element.cpython-311-darwin.so,sha256=iMQ6qXYPQ4NZZtj2syg9aKd9PFLQMryoI2e2b43GSr8,617040
233
+ sage/structure/list_clone.pyx,sha256=Jbicq-sIZ7WhqD_r0zbaXk4D0JEI820TrIcGN6EEGNQ,58956
234
+ sage/structure/category_object.cpython-311-darwin.so,sha256=bRpUlhCSY8K42us-VmYD7BOmaMtyzHh6ZW2w1Y0zNr4,194624
235
235
  sage/structure/set_factories_example.py,sha256=NjmC2WP-cCdojYsQhjuZaI9PPlaqMcLdO3FyNnc2aRE,17262
236
236
  sage/structure/parent.pyx,sha256=1xhTOHMo_pVq7-LJ0LbM_lppyF0HMoEjEla99Yu4T5I,120215
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
240
240
  sage/categories/category_cy_helper.pyx,sha256=8OSlOSed3p6Lp4Sr9vBck7lEtXxnrcnsKjQhbHZh1tY,10890
241
- sage/categories/category_cy_helper.cpython-311-darwin.so,sha256=M_8AOXsHICJbUH23iP7ZbdDTN9CBO6kzMAOZocdLHgQ,87976
241
+ sage/categories/category_cy_helper.cpython-311-darwin.so,sha256=H_APz4UltOLv5mBtdB2_TgMlnXC2VkXky2u7WEiH8SA,87976
242
242
  sage/categories/action.pyx,sha256=jmGSGsG4VxsrIa26ShNxk1pnz9UdHxsDH6jxNVlHexQ,21056
243
- sage/categories/action.cpython-311-darwin.so,sha256=iXFDEopdacOfGv3U6XBhGqWcp7hMWx6Cw1AdkimyKSc,157424
243
+ sage/categories/action.cpython-311-darwin.so,sha256=hYmmKHJW-E2864ZGd9kptC_MWeZvPoGACSt0BQebTI8,157424
244
244
  sage/categories/algebra_functor.py,sha256=uAzDhMfZtzhoLyWTo9EXcsp88eMWQiyKdVuGKjNIZu4,24518
245
245
  sage/categories/quotients.py,sha256=aWaYtsUG0-ZHgmuvchh6zfkx6xJxxLumLINPChE942Y,2562
246
246
  sage/categories/morphism.pxd,sha256=udKj7cdyqm5oVHsn1abH2D9j2Xyd_47e2ZpTi0ouyVg,347
@@ -257,20 +257,20 @@ sage/categories/isomorphic_objects.py,sha256=Uyr_YZf3yyUAB9o5afQNMILaXe8PwM1wKGl
257
257
  sage/categories/pushout.py,sha256=D1aW5fogmVyvjE0SGDzQqK4YD67bO445OIpBUZK5lQA,192358
258
258
  sage/categories/category_types.py,sha256=5zGnHgih48q7hEjKl4Sh72fhAnJXmDElgniKe63VHDo,20303
259
259
  sage/categories/map.pyx,sha256=T2JEvZlFbCTXIN-PfbXOTG3JNouw8mlfqltV-Q0MPVk,78451
260
- sage/categories/category_singleton.cpython-311-darwin.so,sha256=SIvVlQa1WgQE1A4UL54kdRE_1x8YoSK_-p2DAon6eVI,98752
260
+ sage/categories/category_singleton.cpython-311-darwin.so,sha256=rFh4tl3suZLn0KQCcF-4WdzQQMu8yy4aUFvBIhYkiGw,98752
261
261
  sage/categories/map.pxd,sha256=BuIaeaQ6Kid0Vu6BtwWpZjU6Kbdgfl_oL02qvdtgB2s,1093
262
262
  sage/categories/homset.py,sha256=U8rhTZaH1hSypzW7UHjddBlzl51RIMw297vjNdVybVA,53173
263
- sage/categories/morphism.cpython-311-darwin.so,sha256=VbAqkZ_Z4um-t4SahbuT_-0SZrlly2frHUax6u4B0us,227072
263
+ sage/categories/morphism.cpython-311-darwin.so,sha256=vbBJvRKNAgpTIDONLZPLrIKzAcNpsG2VfvxAtCiLJNQ,227072
264
264
  sage/categories/basic.py,sha256=V1FArAZxEZpxXXHcsY60rknBOSsWqvEbMzVTik8yWJ4,2576
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
- sage/categories/functor.cpython-311-darwin.so,sha256=YLdc8ziTar0RpIfiDcPiQ5ahuJzJ7m-2midIXNfy7hI,144256
267
+ sage/categories/functor.cpython-311-darwin.so,sha256=6jIK6S7ViauVvdtuZMMDY-9MLjpq_J1XlgUBFcBuANA,144256
268
268
  sage/categories/category_with_axiom.py,sha256=0yXKkQJVa_eNoZYZi4HPsK3OmdhG758l4kw2BcfrDPU,114821
269
269
  sage/categories/functor.pxd,sha256=HcrYjA83mrJpvnb9xRD7ygHrMIi5FOQSgyRfivnIb5I,203
270
270
  sage/categories/morphism.pyx,sha256=JL2rzsKeXkcC2cJoYgNuE2Y6au1L1KGGYVM0B_CvLV4,29074
271
271
  sage/categories/cartesian_product.py,sha256=8-y9HOn7IHC4eoOxfSJxaNgTq5RRmwalAW-48i6H9B8,10183
272
272
  sage/categories/objects.py,sha256=h-o39k-ugble8Xp_W2X4kPdpdiJ6r8HX-HwVBV9NVKQ,5346
273
- sage/categories/map.cpython-311-darwin.so,sha256=WIQvxNrhCdPw0TkMctpJ-r7ds-o7a7X4pRMasOG9XXI,299600
273
+ sage/categories/map.cpython-311-darwin.so,sha256=w8wF0fIizpLpWk5cwBL2BLt0B8jxqNm6MdEBLoi2nPM,299600
274
274
  sage/categories/with_realizations.py,sha256=tYlFsLXAZzZjZrbPS2YM76Qx9ipjSdOt00ng5pgQqrs,13163
275
275
  sage/categories/all__sagemath_objects.py,sha256=l0cQjqOFqQLeB_KplQnKRfuL566SRDm5Q9eBkz72_l4,1148
276
276
  sage/categories/subquotients.py,sha256=t4hQukYFVMlI_ZGM7PdXKkT0ch2qVSDHvhbUCIToBPI,706
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