Message70519
| 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:51 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, schmir |
| 2008-07-31 15:20:51 | amaury.forgeotdarc | set | messageid: <1217517651.72.0.674867067904.issue3479@psf.upfronthosting.co.za> |
| 2008-07-31 15:20:51 | amaury.forgeotdarc | link | issue3479 messages |
| 2008-07-31 15:20:50 | amaury.forgeotdarc | create | |