diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2021-11-18 08:50:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 08:50:42 (GMT) |
commit | feccea6a7eb1309513750bb4a31aee5a65c7c4bf (patch) | |
tree | e38ad72a30919d56833a505f0bd35cba62fac79e /Python/ceval.c | |
parent | d75407392759324d3aa9f6b6682c342b8a42a292 (diff) | |
download | cpython-feccea6a7eb1309513750bb4a31aee5a65c7c4bf.zip cpython-feccea6a7eb1309513750bb4a31aee5a65c7c4bf.tar.gz cpython-feccea6a7eb1309513750bb4a31aee5a65c7c4bf.tar.bz2 |
[3.9] [Enum] update member.member removal (GH-29611)
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`.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions