-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-98783: Fix crashes when str
subclasses where used in _PyUnicode_Equal
#98806
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
Windows failure is unrelated, but I will retrigger anyway. |
Misc/NEWS.d/next/Core and Builtins/2022-10-28-14-52-55.gh-issue-98783.iG0kMs.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Core and Builtins/2022-10-28-14-52-55.gh-issue-98783.iG0kMs.rst
Outdated
Show resolved
Hide resolved
…e-98783.iG0kMs.rst Co-authored-by: Dennis Sweeney <[email protected]>
Thanks @sobolevn for the PR, and @sweeneyde for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @sobolevn and @sweeneyde, I had trouble checking out the |
Thanks @sobolevn for the PR, and @sweeneyde for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…code_Equal` (pythonGH-98806) (cherry picked from commit 76f989d) Co-authored-by: Nikita Sobolev <[email protected]>
GH-98869 is a backport of this pull request to the 3.11 branch. |
GH-98871 is a backport of this pull request to the 3.11 branch. |
Thank you for your help! |
Thanks a lot for your help, @sweeneyde!
int.from_bytes
crashes ifbyteorder
is a string subclass #98783