Home
last modified time | relevance | path

Searched refs:unicode_static_dealloc (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c16104 static void unicode_static_dealloc(PyObject *op) in unicode_static_dealloc() function
16152 unicode_static_dealloc((PyObject*)&_Py_SINGLETON(strings).ascii[i]); in _PyUnicode_Fini()
16155 unicode_static_dealloc((PyObject*)&_Py_SINGLETON(strings).latin1[i]); in _PyUnicode_Fini()
16163 unicode_static_dealloc(op); in _PyStaticUnicode_Dealloc()

Completed in 18 milliseconds