[issue27491] Errors when building with UNICODE character set

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pyt

[issue27491] Errors when building with UNICODE character set

2021-09-10 Thread Irit Katriel
Irit Katriel added the comment: I compared the patch with the current codebase and most of it is out of date. Minmin, are you still seeing these problems on a current version (>= 3.9)? If so, please report: 1. Exactly what you did, and which system/compiler you are using 2. What the output

[issue27491] Errors when building with UNICODE character set

2016-07-11 Thread Minmin Gong
New submission from Minmin Gong: Switch the pythoncore's character set to UNICODE, some compile errors about Windows APIs show up. A patch is attached to fix this. -- components: Windows files: 0001-Fix-building-with-UNICODE-character-set.patch keywords: patch messages: 270228 nosy: Min