Closed
Description
I am observing:
======================================================================
FAIL: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets) [set([('Spam', 0), ('Spam', 1), ('Spam', 2)])]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.11/test/test_marshal.py", line 368, in test_deterministic_sets
self.assertNotEqual(repr_0, repr_1)
AssertionError: b"{('Spam', 1), ('Spam', 0), ('Spam', 2)}\n" == b"{('Spam', 1), ('Spam', 0), ('Spam', 2)}\n"
======================================================================
FAIL: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets) [frozenset([('Spam', 0), ('Spam', 1), ('Spam', 2)])]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.11/test/test_marshal.py", line 368, in test_deterministic_sets
self.assertNotEqual(repr_0, repr_1)
AssertionError: b"frozenset({('Spam', 1), ('Spam', 0), ('Spam', 2)})\n" == b"frozenset({('Spam', 1), ('Spam', 0), ('Spam', 2)})\n"