]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] [Enum] update member.member removal to 3.11 (GH-29607)
authorEthan Furman <ethan@stoneleaf.us>
Thu, 18 Nov 2021 07:36:01 +0000 (23:36 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 07:36:01 +0000 (23:36 -0800)
Accessing one enum member from another originally raised an `AttributeError`, but became possible due to a performance boost implementation detail.  In 3.11 it will again raise an `AttributeError`.


No differences found