[issue3479] unichr integer overflow

2008-07-31 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: 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. -- assignee: - amaury.forgeotdarc nosy:

[issue3479] unichr integer overflow

2008-07-31 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: Committed r65339. Will not backport to 2.5: code that used to (approximately) work would break. Thanks for the report! -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL