Message199495
| Author | pitrou |
|---|---|
| Recipients | barry, brett.cannon, christian.heimes, kristjan.jonsson, pitrou, ronaldoussoren, serhiy.storchaka, vstinner |
| Date | 2013-10-11.18:09:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1381514960.95.0.98926239867.issue19219@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated patch using PyUnicode_FromKindAndData for ASCII strings, to ensure that corrupt marshal bytecode doesn't provide corrupt unicode objects. Performance is within 2% of the previous patch. (however, a quick test suggests that PyUnicode_DecodeUTF8 is quite slower) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-11 18:09:21 | pitrou | set | recipients: + pitrou, barry, brett.cannon, ronaldoussoren, kristjan.jonsson, vstinner, christian.heimes, serhiy.storchaka |
| 2013-10-11 18:09:20 | pitrou | set | messageid: <1381514960.95.0.98926239867.issue19219@psf.upfronthosting.co.za> |
| 2013-10-11 18:09:20 | pitrou | link | issue19219 messages |
| 2013-10-11 18:09:20 | pitrou | create | |