]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
authorVictor Stinner <vstinner@python.org>
Fri, 2 Oct 2020 12:49:00 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Oct 2020 12:49:00 +0000 (14:49 +0200)
commit583ee5a5b1971a18ebeb877948ce6264da0cc8aa
tree451200b8c5eb5609f480db4a59fd068daa0207b7
parent497126f7ea955ee005e78f2cdd61f175d4fcdbb2
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)

The PyUnicode_InternImmortal() function is now deprecated and will be
removed in Python 3.12: use PyUnicode_InternInPlace() instead.
Doc/whatsnew/3.10.rst
Include/unicodeobject.h
Misc/NEWS.d/next/C API/2020-10-02-00-57-34.bpo-41692.fDScsF.rst [new file with mode: 0644]
Objects/unicodeobject.c