Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dcodecs.c69 if (interp->codec_search_cache != NULL) { in PyCodec_Unregister()
70 assert(PyDict_CheckExact(interp->codec_search_cache)); in PyCodec_Unregister()
71 PyDict_Clear(interp->codec_search_cache); in PyCodec_Unregister()
149 PyObject *result = PyDict_GetItemWithError(interp->codec_search_cache, v); in _PyCodec_Lookup()
200 if (PyDict_SetItem(interp->codec_search_cache, v, result) < 0) { in _PyCodec_Lookup()
1506 interp->codec_search_cache = PyDict_New(); in _PyCodecRegistry_Init()
1507 if (interp->codec_search_cache == NULL) { in _PyCodecRegistry_Init()
H A Dpystate.c417 Py_CLEAR(interp->codec_search_cache); in interpreter_clear()
/third_party/python/Include/internal/
H A Dpycore_interp.h132 PyObject *codec_search_cache; member

Completed in 6 milliseconds