]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115539: Allow enum.Flag to have None members (GH-115636)
authorJason Zhang <yurenzhang2017@gmail.com>
Mon, 19 Feb 2024 22:36:11 +0000 (22:36 +0000)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 22:36:11 +0000 (14:36 -0800)
commitc2cb31bbe1262213085c425bc853d6587c66cae9
tree6c3f818a795cfe2ec1209a7b6525f875a3310d54
parent6cd18c75a41a74cab69ebef0b7def3e48421bdd1
gh-115539: Allow enum.Flag to have None members (GH-115636)
Lib/enum.py
Lib/test/test_enum.py