Message 201655 - Python tracker
Message201655
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, ezio.melotti, serhiy.storchaka, vstinner |
| Date | 2013-10-29.18:53:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1383072803.91.0.658275414761.issue19424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't see a benefit from this patch. _PyUnicode_AsString() is very fast in most cases (because source lines are mostly ASCII only). On other hand, the patch replaces one-time _PyUnicode_AsString() by multiple less effective (even for ASCII strings) operations. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-29 18:53:23 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti, Arfrever |
| 2013-10-29 18:53:23 | serhiy.storchaka | set | messageid: <1383072803.91.0.658275414761.issue19424@psf.upfronthosting.co.za> |
| 2013-10-29 18:53:23 | serhiy.storchaka | link | issue19424 messages |
| 2013-10-29 18:53:23 | serhiy.storchaka | create | |