You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.14 changed the format of PicklingError messages. Use try-except
blocks instead of matching exact error output for more robust testing.
Files fixed:
- src/sage/structure/sage_object.pyx: _test_pickling()
- src/sage/sets/set_from_iterator.py: DummyExampleForPicklingTest
- src/sage/misc/sage_unittest.py: TestSuite Blah example class
0 commit comments