summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2019-11-23 01:30:32 (GMT)
committerGitHub <noreply@github.com>2019-11-23 01:30:32 (GMT)
commitd68b592dd67cb87c4fa862a8d3b3fd0a7d05e113 (patch)
tree8023c663b3c36f9026dbfb644953930117b46f4d /Misc/NEWS.d
parent14a89c47983f2fb9e7fdf33c769e622eefd3a14a (diff)
downloadcpython-d68b592dd67cb87c4fa862a8d3b3fd0a7d05e113.zip
cpython-d68b592dd67cb87c4fa862a8d3b3fd0a7d05e113.tar.gz
cpython-d68b592dd67cb87c4fa862a8d3b3fd0a7d05e113.tar.bz2
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Remove PyUnicode_ClearFreeList() function: the Unicode free list has been removed in Python 3.3.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2019-11-22-19-43-43.bpo-38896.6wvNMJ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-11-22-19-43-43.bpo-38896.6wvNMJ.rst b/Misc/NEWS.d/next/C API/2019-11-22-19-43-43.bpo-38896.6wvNMJ.rst
new file mode 100644
index 0000000..c5e108d
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-11-22-19-43-43.bpo-38896.6wvNMJ.rst
@@ -0,0 +1,2 @@
+Remove ``PyUnicode_ClearFreeList()`` function: the Unicode free list has
+been removed in Python 3.3.