]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
authorPetr Viktorin <encukou@gmail.com>
Fri, 6 Jun 2025 13:51:00 +0000 (15:51 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 13:51:00 +0000 (15:51 +0200)
commite413e2671916ed8f4513af92830f4fb2bc59b1d2
tree7c777b781234041a5b615f68652b83f131e6c123
parent343182853f19a42c0ba8980d3104076a8c7bcfe7
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
Doc/c-api/unicode.rst
Doc/whatsnew/3.15.rst
Include/cpython/unicodeobject.h
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/C_API/2025-05-29-16-56-23.gh-issue-134891.7eKO8U.rst [new file with mode: 0644]
Modules/_testcapi/unicode.c
Objects/unicodeobject.c