Home
last modified time | relevance | path

Searched refs:_PyUnicode_Fini (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h215 # define _PyUnicode_Fini _PyUnicodeUCS2_Fini macro
302 # define _PyUnicode_Fini _PyUnicodeUCS4_Fini macro
/external/python/cpython3/Python/
Dpylifecycle.c66 extern void _PyUnicode_Fini(void);
1289 _PyUnicode_Fini(); in Py_FinalizeEx()
/external/python/cpython2/Python/
Dpythonrun.c61 extern void _PyUnicode_Fini(void);
544 _PyUnicode_Fini(); in Py_Finalize()
/external/python/cpython2/Objects/
Dunicodeobject.c8992 _PyUnicode_Fini(void) in _PyUnicode_Fini() function
/external/python/cpython3/Objects/
Dunicodeobject.c15235 _PyUnicode_Fini(void) in _PyUnicode_Fini() function
/external/python/cpython2/Misc/
DHISTORY8506 - Fixed a memory leak in _PyUnicode_Fini().
/external/python/cpython3/Misc/
DHISTORY25885 - Fixed a memory leak in _PyUnicode_Fini().