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: trunk does not build with --enable-unicode=ucs4
Type: compile error Stage: resolved
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: eric.smith
Priority: normal Keywords: easy

Created on 2009-06-23 18:57 by eric.smith, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg89640 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2009-06-23 18:57
This was reported a few weeks ago by Benjamin Peterson, but I haven't
gotten around to fixing it. This is a reminder to myself to do it.

This is due to a bug in Objects/stringlib/formatter.h. Before I fix it
trunk, I need to backport some 3.1 code to keep the implementations in sync.
msg91095 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2009-07-30 13:47
Fixed in r74269 (trunk). Code copied to py3k, just so the code stays in
sync, in r74271.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50579
2009-07-30 13:47:13eric.smithsetstatus: open -> closed
resolution: fixed
messages: + msg91095

stage: resolved
2009-06-23 18:57:07eric.smithcreate