HomeSort by relevance Sort by last modified time
    Searched refs:stdout_encoding (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Python/
bltinmodule.c 2031 PyObject *stdout_encoding = NULL, *stdout_errors = NULL; local
    [all...]
sysmodule.c 214 PyObject *stdout_encoding = NULL; local
219 stdout_encoding = _PyObject_GetAttrId(outf, &PyId_encoding);
220 if (stdout_encoding == NULL)
222 stdout_encoding_str = PyUnicode_AsUTF8(stdout_encoding);
263 Py_XDECREF(stdout_encoding);
    [all...]

Completed in 215 milliseconds