]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 8 Jun 2023 18:40:15 +0000 (21:40 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 18:40:15 +0000 (11:40 -0700)
commit4ff5690e591b7d11cf11e34bf61004e2ea58ab3c
treec0b1237ddb98d5327b8b64371e498f94f620a0a7
parente822a676f1f3bef6c5413e9b856db481c08ac2a5
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)

* revert enum pickling from by-name to by-value

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Doc/howto/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2023-06-06-11-50-33.gh-issue-105332.tmpgRA.rst [new file with mode: 0644]