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
gh-98783: Fix crashes when str
subclasses where used in _PyUnicode_Equal
#98806
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 <36520290+sweeneyde@users.noreply.github.com>
Thanks @sobolevn for the PR, and @sweeneyde for merging it |
Sorry @sobolevn and @sweeneyde, I had trouble checking out the |
Thanks @sobolevn for the PR, and @sweeneyde for merging it |
…code_Equal` (pythonGH-98806) (cherry picked from commit 76f989d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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