]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124502: Add PyUnicode_Equal() function (#124504)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2024 21:24:53 +0000 (23:24 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 21:24:53 +0000 (21:24 +0000)
commita7f0727ca575fef4d8891b5ebfe71ef2a774868b
tree1e2f68811bc1485f2d97251ceb8453151d36cc5b
parentc5df1cb7bde7e86f046196b0e34a0b90f8fc11de
gh-124502: Add PyUnicode_Equal() function (#124504)
Doc/c-api/unicode.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/unicodeobject.h
Lib/test/test_capi/test_unicode.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2024-09-25-11-44-02.gh-issue-124502.qWuDjT.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testlimitedcapi/unicode.c
Objects/unicodeobject.c
PC/python3dll.c