]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92647: [Enum] use final status to determine lookup or create (GH-99500)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 15 Nov 2022 16:49:22 +0000 (08:49 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 16:49:22 +0000 (08:49 -0800)
commit65dab1506e9c8ac40b3f9da834121d86c6417275
tree4570072af1fdec50b105b1db974472eb71608920
parent3c57971a2d3b6d2c6fd1f525ba2108fccb35add2
gh-92647: [Enum] use final status to determine lookup or create (GH-99500)

* use final status to determine lookup or create

* ðŸ“œðŸ¤– Added by blurb_it.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2022-11-15-04-08-25.gh-issue-92647.cZcjnJ.rst [new file with mode: 0644]