Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h103 extern void _PyUnicode_ClearInterned(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c1644 _PyUnicode_ClearInterned(interp); in finalize_interp_types()
/third_party/python/Objects/
Dunicodeobject.c15924 _PyUnicode_ClearInterned(PyInterpreterState *interp) in _PyUnicode_ClearInterned() function