[issue25318] Add _PyBytesWriter API to optimize Unicode encoders

STINNER Victor report at bugs.python.org
Fri Oct 9 08:18:57 EDT 2015


STINNER Victor added the comment:

Buildbots still like this new API :-) (no test failure recently)

I reworked the API a little bit to make its usage simpler in Unicode encoders. I started to open new issues to using this new API in more functions producing byte strings.

I consider that this issue can now be closed. I'm happy, the API looks good to me and the modified code is faster.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list