Message125393
| 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:12 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc |
| 2011-01-05 01:43:12 | vstinner | set | messageid: <1294191792.83.0.0600420394952.issue10830@psf.upfronthosting.co.za> |
| 2011-01-05 01:43:11 | vstinner | link | issue10830 messages |
| 2011-01-05 01:43:11 | vstinner | create | |