]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46242: [Enum] better error message for extending `Enum` with members (GH-30357)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 14 Jan 2022 22:18:00 +0000 (01:18 +0300)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 22:18:00 +0000 (14:18 -0800)
commite674e48ddc2712f28cc7ecdc66a6c328066694b0
tree4099bfdf43aab41e783bccf2e75a509765a9c4fc
parent2402f1e1f80499a870a86d848e5228d527d9be1d
bpo-46242: [Enum] better error message for extending `Enum` with members (GH-30357)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2022-01-03-16-25-06.bpo-46242.f4l_CL.rst [new file with mode: 0644]