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.

classification
Title: Errors when building with UNICODE character set
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Minmin.Gong, iritkatriel, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2016-07-12 05:26 by Minmin.Gong, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0001-Fix-building-with-UNICODE-character-set.patch Minmin.Gong, 2016-07-12 05:26 A patch for UNICODE character set
Messages (2)
msg270228 - (view) Author: Minmin Gong (Minmin.Gong) * Date: 2016-07-12 05:26
Switch the pythoncore's character set to UNICODE, some compile errors about Windows APIs show up. A patch is attached to fix this.
msg401579 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-09-10 14:11
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 was
3. If you can, the patch to fix the issue
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71678
2021-10-20 23:33:35iritkatrielsetstatus: pending -> closed
resolution: out of date
stage: resolved
2021-09-10 14:11:10iritkatrielsetstatus: open -> pending
nosy: + iritkatriel
messages: + msg401579

2016-07-12 05:26:59Minmin.Gongcreate