]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Jun 2024 17:59:12 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 17:59:12 +0000 (20:59 +0300)
commitd2105a1eab12bc9dbac543f08faf0d9505f4cc3d
treec3dffb18b5d4b137374b6926044be4d2169c1ed0
parent183445338d439da8dcab88279659485fffb75348
[3.12] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364) (#120512)

gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364)

* gh-120361: Add `nonmember` test with enum flags inside to `test_enum`
(cherry picked from commit 7fadfd82ebf6ea90b38cb3f2a046a51f8601a205)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/enum.rst
Lib/test/test_enum.py