Message201655
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. |
|
| 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: <[email protected]> |
| 2013-10-29 18:53:23 | serhiy.storchaka | link | issue19424 messages |
| 2013-10-29 18:53:23 | serhiy.storchaka | create | |
|