Home
last modified time | relevance | path

Searched refs:PyUnicode_ClearFreeList (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h160 # define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist macro
247 # define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist macro
620 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/aosp_15_r20/external/python/cpython2/Modules/
Dgcmodule.c842 (void)PyUnicode_ClearFreeList(); in clear_freelists()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst936 Remove ``PyUnicode_ClearFreeList()`` function: the Unicode free list has
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c8972 PyUnicode_ClearFreeList(void) in PyUnicode_ClearFreeList() function
9001 (void)PyUnicode_ClearFreeList(); in _PyUnicode_Fini()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst102 .. c:function:: int PyUnicode_ClearFreeList()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1471 * ``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in