Message280834
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, josh.r, pitrou, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2016-11-15.12:56:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1479214619.85.0.264707507434.issue21449@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
_PyUnicode_FromId would not fail due to bad encoded data if use the Latin1 encoding. Seems encoded data always is ASCII. We could use PyErr_WriteUnraisable() for output a warning if it is not. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-15 12:56:59 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, josh.r, xiang.zhang |
| 2016-11-15 12:56:59 | serhiy.storchaka | set | messageid: <1479214619.85.0.264707507434.issue21449@psf.upfronthosting.co.za> |
| 2016-11-15 12:56:59 | serhiy.storchaka | link | issue21449 messages |
| 2016-11-15 12:56:59 | serhiy.storchaka | create | |