]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
authorBrandt Bucher <brandt@python.org>
Wed, 25 Aug 2021 11:14:34 +0000 (04:14 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 11:14:34 +0000 (13:14 +0200)
commit33d95c6facdfda3c8c0feffa7a99184e4abc2f63
tree43c7c63b6b27ab4dca03363ef5ad82dc23d5d93b
parent7ecd3425d45a37efbc745788dfe21df0286c785a
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Lib/test/test_marshal.py
Misc/NEWS.d/next/Library/2021-08-23-21-39-59.bpo-37596.ojRcwB.rst [new file with mode: 0644]
Python/marshal.c