Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h39 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
/third_party/python/Python/
Dfileutils.c67 _Py_device_encoding(int fd) in _Py_device_encoding() function
/third_party/python/Modules/_io/
Dtextio.c1163 self->encoding = _Py_device_encoding(fd); in _io_TextIOWrapper___init___impl()
/third_party/python/Modules/
Dposixmodule.c12605 return _Py_device_encoding(fd); in os_device_encoding_impl()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3727 @@ -69,7 +70,7 @@ _Py_device_encoding(int fd)