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: Fix build error in unicodeobject.c UCS4
Type: compile error Stage:
Components: Unicode Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, benjamin.peterson
Priority: normal Keywords: patch

Created on 2008-03-23 23:50 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unicode_error_fix.patch benjamin.peterson, 2008-03-23 23:50
Messages (2)
msg64384 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-03-23 23:50
For a time, the USC4 Python build was broken because of a typo in
unicodeobject.c. Here's the simple fix.
msg64440 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-03-24 21:05
Oops, I made this error while correcting #2469.
Thanks for catching it!
committed as r61853.

There is no buildbot configured with UCS4...
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46721
2008-03-24 21:05:58amaury.forgeotdarcsetstatus: open -> closed
resolution: fixed
messages: + msg64440
nosy: + amaury.forgeotdarc
2008-03-23 23:50:17benjamin.petersoncreate