-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-132684: [Enum] only call _missing_ in __contains__ for Flags #132790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…pythonGH-132790) (cherry picked from commit 22bc953) Co-authored-by: Ethan Furman <ethan@stoneleaf.us> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-132896 is a backport of this pull request to the 3.13 branch. |
Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @ethanfurman, I could not cleanly backport this to
|
Backporting the fix is not trivial. I get 22 failed tests after. Let's not touch 3.12 then. |
_missing_
function changes__contains__
behaviour #132684