[issue35825] Py_UNICODE_SIZE=4 fails to link on Windows

2019-01-31 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35825] Py_UNICODE_SIZE=4 fails to link on Windows

2019-01-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think this falls in the category of "don't do that", because Windows does not support wide builds. If so, this issue should be closed as 'not a bug'. If not, some Windows expert should enlighten me. -- nosy: +terry.reedy

[issue35825] Py_UNICODE_SIZE=4 fails to link on Windows

2019-01-25 Thread Kristof Niederholtmeyer
New submission from Kristof Niederholtmeyer : When I change Py_UNICODE_SIZE from 2 (default) to 4 in PC/pyconfig.h, msvc-14 gives the following error: _winreg.obj : error LNK2001: unresolved external symbol PyUnicode_DecodeMBCS