diff options
author | Victor Stinner <vstinner@python.org> | 2019-11-23 01:30:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-23 01:30:32 (GMT) |
commit | d68b592dd67cb87c4fa862a8d3b3fd0a7d05e113 (patch) | |
tree | 8023c663b3c36f9026dbfb644953930117b46f4d /PC | |
parent | 14a89c47983f2fb9e7fdf33c769e622eefd3a14a (diff) | |
download | cpython-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 'PC')
-rw-r--r-- | PC/python3.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python3.def b/PC/python3.def index 1f355bf..4689b77 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -649,7 +649,6 @@ EXPORTS PyUnicode_AsWideChar=python39.PyUnicode_AsWideChar PyUnicode_AsWideCharString=python39.PyUnicode_AsWideCharString PyUnicode_BuildEncodingMap=python39.PyUnicode_BuildEncodingMap - PyUnicode_ClearFreeList=python39.PyUnicode_ClearFreeList PyUnicode_Compare=python39.PyUnicode_Compare PyUnicode_CompareWithASCIIString=python39.PyUnicode_CompareWithASCIIString PyUnicode_Concat=python39.PyUnicode_Concat |