Home
last modified time | relevance | path

Searched refs:_Py_unicode_runtime_ids (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h52 struct _Py_unicode_runtime_ids { struct
118 struct _Py_unicode_runtime_ids unicode_ids;
/third_party/python/Objects/
Dunicodeobject.c2343 struct _Py_unicode_runtime_ids *rt_ids = &interp->runtime->unicode_ids; in _PyUnicode_FromId()