From: Mark Dickinson Date: Wed, 16 Sep 2009 22:14:54 +0000 (+0000) Subject: Recorded merge of revisions 74853 via svnmerge from X-Git-Tag: v3.2a1~2559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a61ec5bbedfe0594d6ba8a03315b2da704572f6;p=thirdparty%2FPython%2Fcpython.git Recorded merge of revisions 74853 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74853 | mark.dickinson | 2009-09-16 23:10:56 +0100 (Wed, 16 Sep 2009) | 5 lines Issue #6713: Improve performance of str(n) and repr(n) for integers n (up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format. (Backport of r74851 from py3k.) ........ ---