Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c2028 const char *std_encoding = PyUnicode_AsUTF8(encoding_attr); in init_sys_streams() local
2029 if (std_encoding != NULL) { in init_sys_streams()
2030 PyObject *codec_info = _PyCodec_Lookup(std_encoding); in init_sys_streams()