]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize()...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Oct 2023 13:41:58 +0000 (16:41 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 13:41:58 +0000 (16:41 +0300)
commiteb50cd37eac47dd4dc71ab42d0582dfb6eac4515
tree410d6c0c88cb2c223cace999b490a6adce642e8f
parentd1f7fae424d51b0374c8204599583c4a26c1a992
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Doc/c-api/unicode.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/unicodeobject.h
Lib/test/test_capi/test_unicode.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2023-10-03-19-01-20.gh-issue-110289.YBIHEz.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapi/unicode.c
Objects/unicodeobject.c
PC/python3dll.c