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

Daniel Stutzbach report at bugs.python.org
Fri Oct 1 14:45:01 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

I, too, can't think of any platforms where Py_UNICODE_SIZE == 4 && SIZEOF_WCHAR_T == 2 and I'm not sure what the previous policy has been.  Have you noticed any other code that would set a precedent?

If no one else chimes in, perhaps ask on IRC or python-dev?

----------

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


More information about the Python-bugs-list mailing list