Searched refs:_PyUnicode_ClearInterned (Results 1 – 7 of 7) sorted by relevance
56 extern void _PyUnicode_ClearInterned(PyInterpreterState *interp);
1687 _PyUnicode_ClearInterned(interp); in finalize_interp_types()
15614 _PyUnicode_ClearInterned(PyInterpreterState *interp) in _PyUnicode_ClearInterned() function