Skip to content

Conversation

@ethanfurman
Copy link
Member

@ethanfurmanethanfurman commented Apr 22, 2025

@ethanfurmanethanfurman added type-bug An unexpected behavior, bug, or error skip news stdlib Standard Library Python modules in the Lib/ directory 3.13 bugs and security fixes 3.14 bugs and security fixes needs backport to 3.13 bugs and security fixes labels Apr 22, 2025
@ethanfurmanethanfurman self-assigned this Apr 22, 2025
Co-authored-by: Bénédikt Tran <[email protected]>
@ethanfurmanethanfurman merged commit 22bc953 into python:mainApr 25, 2025
42 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 25, 2025
…pythonGH-132790) (cherry picked from commit 22bc953) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

GH-132896 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Apr 25, 2025
ethanfurman added a commit that referenced this pull request Apr 25, 2025
GH-132790) (GH-132896) gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790) (cherry picked from commit 22bc953) Co-authored-by: Ethan Furman <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
@hugovkhugovk removed 3.13 bugs and security fixes 3.14 bugs and security fixes labels May 21, 2025
@ambvambv added the needs backport to 3.12 only security fixes label Jun 3, 2025
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

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

cherry_picker 22bc953aa9be3039629dd1315f856d2522619412 3.12 

@ambv
Copy link
Contributor

ambv commented Jun 3, 2025

Backporting the fix is not trivial. I get 22 failed tests after. Let's not touch 3.12 then.

@ambvambv removed the needs backport to 3.12 only security fixes label Jun 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newsstdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ethanfurman@ambv@picnixz@hugovk