STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue43030> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
