]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3319: don't raise ZeroDivisionError if number of rounds is so
authorGeorg Brandl <georg@python.org>
Sat, 19 Jul 2008 13:00:22 +0000 (13:00 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Jul 2008 13:00:22 +0000 (13:00 +0000)
commit59ec315b0485cf383b7c8f65903d0194c562a10c
treec616182dac3f6a117ea32fcae14524dbfb92a099
parent278fc50c07fcfb90b681c1401eaa9ed40bb1778c
#3319: don't raise ZeroDivisionError if number of rounds is so
low that benchtime is zero.
Lib/test/pystone.py