]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
authorVictor Stinner <vstinner@python.org>
Sat, 23 Nov 2019 01:30:32 +0000 (02:30 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Nov 2019 01:30:32 +0000 (02:30 +0100)
commitd68b592dd67cb87c4fa862a8d3b3fd0a7d05e113
tree8023c663b3c36f9026dbfb644953930117b46f4d
parent14a89c47983f2fb9e7fdf33c769e622eefd3a14a
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)

Remove PyUnicode_ClearFreeList() function: the Unicode free list has
been removed in Python 3.3.
Doc/c-api/unicode.rst
Doc/whatsnew/3.9.rst
Include/unicodeobject.h
Misc/NEWS.d/next/C API/2019-11-22-19-43-43.bpo-38896.6wvNMJ.rst [new file with mode: 0644]
Modules/gcmodule.c
Objects/unicodeobject.c
PC/python3.def