-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility #93302
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 27, 2022
…compatibility (pythonGH-93302) In previous versions of Python if an IntEnum member was combined with another integer type value using a bit-wise operation, the resulting value would still be the IntEnum type. This change restores that behavior. (cherry picked from commit 70cfe56) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
GH-93304 is a backport of this pull request to the 3.11 branch. |
ethanfurman
added a commit
that referenced
this pull request
May 27, 2022
…ibility (GH-93302) (GH-93304) In previous versions of Python if an IntEnum member was combined with another integer type value using a bit-wise operation, the resulting value would still be the IntEnum type. This change restores that behavior. (cherry picked from commit 70cfe56) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 10, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 17, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 17, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 20, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 22, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Jun 22, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Aug 22, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Aug 23, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this pull request
Aug 23, 2022
This reverts commit 14c1593. Fixed in Python 3.11b2: python/cpython#93302
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.