Message186537
The _PyUnicodeWriter API is used in many functions to create Unicode strings, especially decoders. Performances are not optimal: it is not possible to specify the minimum length of the buffer if the overallocation is disabled. It may help #17693 for example. |
|
| Date |
User |
Action |
Args |
| 2013-04-10 23:53:21 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka |
| 2013-04-10 23:53:21 | vstinner | set | messageid: <[email protected]> |
| 2013-04-10 23:53:21 | vstinner | link | issue17694 messages |
| 2013-04-10 23:53:21 | vstinner | create | |
|