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 1925 PyObject *stdout_encoding = NULL, *stdout_errors = NULL; local
    [all...]
sysmodule.c 109 PyObject *stdout_encoding = NULL; local
114 stdout_encoding = _PyObject_GetAttrId(outf, &PyId_encoding);
115 if (stdout_encoding == NULL)
117 stdout_encoding_str = PyUnicode_AsUTF8(stdout_encoding);
158 Py_XDECREF(stdout_encoding);
    [all...]

Completed in 79 milliseconds