[New-bugs-announce] [issue19513] Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(list)

STINNER Victor report at bugs.python.org
Thu Nov 7 01:33:00 CET 2013


New submission from STINNER Victor:

PyUnicodeWriter is (a little bit) more efficient than PyAccu to build Unicode strings.

Attached patch list_repr_writer.patch modify list_repr() to use PyUnicodeWriter.

----------
files: list_repr_writer.patch
keywords: patch
messages: 202298
nosy: haypo, pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(list)
versions: Python 3.4
Added file: http://bugs.python.org/file32520/list_repr_writer.patch

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


More information about the New-bugs-announce mailing list