Home
last modified time | relevance | path

Searched refs:codec_error_registry (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_interp.h254 PyObject *codec_error_registry; member
/third_party/python/Python/
Dcodecs.c631 return PyDict_SetItemString(interp->codec_error_registry, in PyCodec_RegisterError()
648 handler = _PyDict_GetItemStringWithError(interp->codec_error_registry, name); in PyCodec_LookupError()
1511 interp->codec_error_registry = PyDict_New(); in _PyCodecRegistry_Init()
1512 if (interp->codec_error_registry == NULL) { in _PyCodecRegistry_Init()
Dpystate.c307 Py_CLEAR(interp->codec_error_registry); in interpreter_clear()