Home
last modified time | relevance | path

Searched refs:_Py_ReleaseInternedUnicodeStrings (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dunicodeobject.h1017 PyAPI_FUNC(void) _Py_ReleaseInternedUnicodeStrings(void);
/external/python/cpython3/Modules/
Dmain.c637 _Py_ReleaseInternedUnicodeStrings(); in pymain_free_python()
/external/python/cpython3/Objects/
Dunicodeobject.c15311 _Py_ReleaseInternedUnicodeStrings(void) in _Py_ReleaseInternedUnicodeStrings() function