Searched refs:codecs_initialized (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/internal/ | ||
D | pycore_interp.h | 255 int codecs_initialized; member |
/third_party/python/Python/ | ||
D | codecs.c | 1534 interp->codecs_initialized = 1; in _PyCodecRegistry_Init() |