This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko, methane, vstinner
Date 2021-01-26.13:06:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611666386.42.0.287919808704.issue43030@roundup.psfhosted.org>
In-reply-to
Content
# 26 "/usr/include/stdlib.h" 2 3 4
# 1 "/usr/lib/gcc/x86_64-linux-gnu/10/include/stddef.h" 1 3 4
# 321 "/usr/lib/gcc/x86_64-linux-gnu/10/include/stddef.h" 3 4
typedef int wchar_t;
# 32 "/usr/include/stdlib.h" 2 3 4

[...]

# 1 "/usr/include/python3.9/cpython/unicodeobject.h" 1
# 14 "/usr/include/python3.9/cpython/unicodeobject.h"
                         typedef wchar_t Py_UNICODE;
# 53 "/usr/include/python3.9/cpython/unicodeobject.h"

yes, x86_64-linux-gnu.
History
Date User Action Args
2021-01-26 13:06:26dokosetrecipients: + doko, vstinner, methane
2021-01-26 13:06:26dokosetmessageid: <1611666386.42.0.287919808704.issue43030@roundup.psfhosted.org>
2021-01-26 13:06:26dokolinkissue43030 messages
2021-01-26 13:06:26dokocreate