]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 12:07:38 +0000 (13:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 12:07:38 +0000 (13:07 +0100)
commitf91929b1d855d491cf5d4aba88c9a8757b401411
tree468ec2640ae8ee8be449b4936845ffe2b16b08e6
parent88a9cd9b57cff15b47d3aecddf56535eb32769fc
Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances
Objects/dictobject.c