mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Remove PyUnicode_ClearFreeList() function: the Unicode free list has been removed in Python 3.3.
This commit is contained in:
parent
14a89c4798
commit
d68b592dd6
7 changed files with 6 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue