]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 11:59:46 +0000 (12:59 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 11:59:46 +0000 (12:59 +0100)
commit88a9cd9b57cff15b47d3aecddf56535eb32769fc
tree887d59b270b6dffb3fa295b18f323a731aeb1da7
parent4a58707a340cacea6f8e6a82adfcc10a230e1185
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
Objects/tupleobject.c