[issue43030] signed/unsigned mismatch in Py_UNICODE_ISSPACE macro

STINNER Victor report at bugs.python.org
Tue Jan 26 07:50:36 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

> ‘Py_UNICODE’ {aka ‘int’}

Python defines Py_UNICODE as wchar_t: typedef wchar_t Py_UNICODE;

Is wchar_t signed (int type) on Debian? Which is your architecture?

> [forwarded from https://bugs.debian.org/961396]

It says amd64.

----------
nosy: +methane, vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43030>
_______________________________________


More information about the Python-bugs-list mailing list