]> granicus.if.org Git - python/commit
Blocked revisions 74851 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Wed, 16 Sep 2009 21:24:11 +0000 (21:24 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 16 Sep 2009 21:24:11 +0000 (21:24 +0000)
commit6e03eb979aa44ff57b288269c79db8e8b8ce85eb
tree73625a70f42c3d120c69dcf6b061ea1aabdbf0f0
parent4b444f0126d1480149f9784bd47bbc3e0a8837e9
Blocked revisions 74851 via svnmerge

........
  r74851 | mark.dickinson | 2009-09-16 22:23:34 +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.
........