]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 20:11:57 +0000 (21:11 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 20:11:57 +0000 (21:11 +0100)
commit5c733473f25d1a51865a8a02eea2f9c248cbe773
treeccf72005b93bde4e8e593f68034949ec37c223be
parent6989ba01742a556ebc790b4786ba1d4f4ef78692
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
the PyAccu API
Objects/listobject.c