Issue10830
Created on 2011-01-05 01:43 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pyunicode_fromformatv_c.patch | vstinner, 2011-01-05 01:43 | |||
| Messages (3) | |||
|---|---|---|---|
| msg125393 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2011-01-05 01:43 | |
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.
|
|||
| msg128997 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2011-02-21 21:24 | |
Fixed in 3.3 (r88481). Keep it open to backport it maybe to 3.2 later. |
|||
| msg129181 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2011-02-23 12:14 | |
Fixed in 3.2 too (r88532). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:10 | admin | set | github: 55039 |
| 2011-02-23 12:14:35 | vstinner | set | status: pending -> closed messages:
+ msg129181 |
| 2011-02-21 21:24:27 | vstinner | set | status: open -> pending messages: + msg128997 |
| 2011-01-05 01:43:11 | vstinner | create | |
