Home
last modified time | relevance | path

Searched refs:_Py_ReleaseInternedStrings (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dstringobject.h85 PyAPI_FUNC(void) _Py_ReleaseInternedStrings(void);
/external/python/cpython2/Modules/
Dmain.c691 _Py_ReleaseInternedStrings(); in Py_Main()
/external/python/cpython2/PC/os2emx/
Dpython27.def542 "_Py_ReleaseInternedStrings"
/external/python/cpython2/Objects/
Dstringobject.c4810 void _Py_ReleaseInternedStrings(void) in _Py_ReleaseInternedStrings() function