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

STINNER Victor report at bugs.python.org
Wed Feb 29 16:25:15 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> your patch is buggy

It should be a missing #include. Maybe this one:

#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif

----------

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


More information about the Python-bugs-list mailing list