]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115695)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Feb 2024 00:18:30 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 00:18:30 +0000 (16:18 -0800)
commitb3384af46406c171e4e15fc6fb0901efc1eb6cd4
tree273c0cc53bb265b1816fac356b97749fb2aacbfa
parentf0104d2a2db2d75e170193ab9082f8045f51db42
[3.11] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115695)

gh-115539: Allow enum.Flag to have None members (GH-115636)
(cherry picked from commit c2cb31bbe1262213085c425bc853d6587c66cae9)

Co-authored-by: Jason Zhang <yurenzhang2017@gmail.com>
Lib/enum.py
Lib/test/test_enum.py