[issue17694] Enhance _PyUnicodeWriter API to control minimum buffer length without overallocation

STINNER Victor report at bugs.python.org
Thu Apr 11 01:53:21 CEST 2013


New submission from STINNER Victor:

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.

----------
messages: 186537
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Enhance _PyUnicodeWriter API to control minimum buffer length without overallocation
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17694>
_______________________________________


More information about the Python-bugs-list mailing list