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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, schmir
Date 2008-07-31.15:20:50
SpamBayes Score 0.09713862
Marked as misclassified No
Message-id <1217517651.72.0.674867067904.issue3479@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed. 
This happens on architectures where sizeof(long) > sizeof(int):
builtin_unichr() converts its argument to a long, but calls
PyUnicode_FromOrdinal() which accepts an int.
History
Date User Action Args
2008-07-31 15:20:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, schmir
2008-07-31 15:20:51amaury.forgeotdarcsetmessageid: <1217517651.72.0.674867067904.issue3479@psf.upfronthosting.co.za>
2008-07-31 15:20:51amaury.forgeotdarclinkissue3479 messages
2008-07-31 15:20:50amaury.forgeotdarccreate