[issue14153] Expose os.device_encoding() at the C level

Brett Cannon report at bugs.python.org
Wed Feb 29 03:53:08 CET 2012


Brett Cannon <brett at python.org> added the comment:

Either that or PyObject *_Py_device_encoding(PyObject *fd) would help since both _io and posixmodule.c will have a PyObject already for the fd.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14153>
_______________________________________


More information about the Python-bugs-list mailing list