]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93820: Pickle enum.Flag by name (GH-93891)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2022 07:54:00 +0000 (10:54 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 07:54:00 +0000 (10:54 +0300)
commit536985814a7116f14c9bc90aa1b3e3d36d5b2367
tree9efa22e13a0b78f6d477d94de36ffe612eedeb48
parentc834c025695f598a0df3aba980257326a088044a
gh-93820: Pickle enum.Flag by name (GH-93891)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2022-06-16-11-16-53.gh-issue-93820.00X0Y5.rst [new file with mode: 0644]