[issue8670] c_types.c_wchar should not assume that sizeof(wchar_t) == sizeof(Py_UNICODE)

STINNER Victor report at bugs.python.org
Sat Oct 2 13:55:59 CEST 2010


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

r85174+r85177: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t => fix this issue

(I commited also an unwanted change on _testcapi to fix r85172 in r85174: r85175 reverts this change, and r85176 fixes the _testcapi bug again)

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list