]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46477: [Enum] ensure Flag subclasses have correct bitwise methods (GH-30816)
authorEthan Furman <ethan@stoneleaf.us>
Sun, 23 Jan 2022 02:27:52 +0000 (18:27 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 02:27:52 +0000 (18:27 -0800)
commit353e3b2820bed38da16140276786eef9ba33d3bd
tree022c0e1482678051795c6645511890e30396b0e0
parent976dec9b3b35fddbaa893c99297e0c54731451b5
bpo-46477: [Enum] ensure Flag subclasses have correct bitwise methods (GH-30816)
Lib/enum.py
Lib/test/test_enum.py