]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
authorVictor Stinner <vstinner@python.org>
Wed, 13 May 2020 23:11:54 +0000 (01:11 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 23:11:54 +0000 (01:11 +0200)
commitd6fb53fe42d83a10f1372dd92ffaa6a01d2feffb
treed8ad748d0965c536d7cf2139f6ca1e6cf25c6d75
parentd72ea605218bbee6ae46648997d9bb76d0fba460
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)

Remove the _PyUnicode_ClearStaticStrings() function from the C API.
Make the function fully private (declare it with "static").
Doc/whatsnew/3.9.rst
Include/cpython/object.h
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2020-05-14-00-36-19.bpo-39465.3a5g-X.rst [new file with mode: 0644]
Objects/unicodeobject.c