◐ Shell
clean mode source ↗

bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released by ethanfurman · Pull Request #25350 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ethanfurman ethanfurman changed the title bpo-42248: [Enum] ensure exceptions raised in _missing__ are released bpo-42248: [Enum] ensure exceptions raised in _missing_ are released

Apr 12, 2021

@miss-islington

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington

Sorry, @ethanfurman, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f 3.8

@miss-islington

Sorry @ethanfurman, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f 3.9

ethanfurman added a commit to ethanfurman/cpython that referenced this pull request

Apr 12, 2021
… released (pythonGH-25350).

(cherry picked from commit 8c14f5a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>

ethanfurman added a commit to ethanfurman/cpython that referenced this pull request

Apr 12, 2021
… released (pythonGH-25350).

(cherry picked from commit 8c14f5a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>

ethanfurman added a commit that referenced this pull request

Apr 12, 2021
… released (GH-25350). (GH-25369)

(cherry picked from commit 8c14f5a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>

ethanfurman added a commit that referenced this pull request

Apr 12, 2021
… released (GH-25350). (GH-25370)

(cherry picked from commit 8c14f5a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>

@Mariatta

Does this still need backport to 3.8 and 3.9? If not, please remove the labels.