[issue17742] Add _PyBytesWriter API

Antoine Pitrou report at bugs.python.org
Sun Apr 21 22:28:59 CEST 2013


Antoine Pitrou added the comment:

The last patch increases the size of the code substantially. I'm still wondering what the benefits are.

$ hg di --stat
 Include/bytesobject.h      |   90 ++++++++++++++
 Misc/NEWS                  |    3 +
 Objects/bytesobject.c      |  144 ++++++++++++++++++++++
 Objects/stringlib/codecs.h |  109 ++++------------
 Objects/unicodeobject.c    |  267 ++++++++++++++++-------------------------
 5 files changed, 368 insertions(+), 245 deletions(-)

----------

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


More information about the Python-bugs-list mailing list