]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103365: [Enum] STRICT boundary corrections (GH-103494)
authorEthan Furman <ethan@stoneleaf.us>
Thu, 13 Apr 2023 15:24:33 +0000 (08:24 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2023 15:24:33 +0000 (08:24 -0700)
commit2194071540313e2bbdc7214d77453b9ce3034a5c
tree489c769e050f46802c9368dcefd07e6166558ddd
parentefb8a2553c88a295514be228c44fb99ef035e3fa
gh-103365: [Enum] STRICT boundary corrections (GH-103494)

STRICT boundary:

- fix bitwise operations
- make default for Flag
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2023-04-12-17-59-55.gh-issue-103365.UBEE0U.rst [new file with mode: 0644]