]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 30 Oct 2022 06:23:20 +0000 (09:23 +0300)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2022 06:23:20 +0000 (02:23 -0400)
commit76f989dc3e668d15b3ec9a90bf6530276530acac
tree627d40bcf2a29e819b5dfef1fc270c6848e09756
parent3ac8c0ab6ee819a14b1c8e0992acbaf376a46058
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
Include/cpython/unicodeobject.h
Lib/test/test_descr.py
Lib/test/test_long.py
Misc/NEWS.d/next/Core and Builtins/2022-10-28-14-52-55.gh-issue-98783.iG0kMs.rst [new file with mode: 0644]
Objects/unicodeobject.c