Searched refs:_PyUnicode_ClearInterned (Results 1 – 3 of 3) sorted by relevance
103 extern void _PyUnicode_ClearInterned(PyInterpreterState *interp);
1644 _PyUnicode_ClearInterned(interp); in finalize_interp_types()
15924 _PyUnicode_ClearInterned(PyInterpreterState *interp) in _PyUnicode_ClearInterned() function