[issue9642] #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T)

STINNER Victor report at bugs.python.org
Mon Jul 4 13:37:14 CEST 2011


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

Version 3 of the patch:
 - fix initialization of the filesystem encoding if HAVE_MBCS is not set
 - Python fails on the filesystem encoding if it is unable to get the filesystem encoding instead of using UTF-8
 - reorganize the definition of time_clock() function
 - cleanup how TZNAME_ENCODING is defined in timemodule.c

The change on initfsencoding() should be defined in a separated commit.

----------
Added file: http://bugs.python.org/file22568/have_mbcs-3.patch

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


More information about the Python-bugs-list mailing list