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

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