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.

Author vstinner
Recipients amaury.forgeotdarc, vstinner
Date 2011-01-05.01:43:11
SpamBayes Score 1.0768547e-05
Marked as misclassified No
Message-id <1294191792.83.0.0600420394952.issue10830@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_FromFormatV("%c") supposes that an unicode character is always stored as a single Py_UNICODE word: but that's wrong on narrow build with characters in [U+10000; U+10FFFF].

Attached patch fixes this bug.

See also #10829.
History
Date User Action Args
2011-01-05 01:43:12vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2011-01-05 01:43:12vstinnersetmessageid: <1294191792.83.0.0600420394952.issue10830@psf.upfronthosting.co.za>
2011-01-05 01:43:11vstinnerlinkissue10830 messages
2011-01-05 01:43:11vstinnercreate