]> granicus.if.org Git - python/commit
Fix Overflow exception in the bignum factorial benchmark that is due to
authorStefan Krah <skrah@bytereef.org>
Sun, 1 Apr 2012 21:25:34 +0000 (23:25 +0200)
committerStefan Krah <skrah@bytereef.org>
Sun, 1 Apr 2012 21:25:34 +0000 (23:25 +0200)
commit41e031004bd156ea579a35d8e1d74cafe8dac3e0
tree9e788a19a81993c9eb54f85be6feb8a83040e324
parent8dbbae990c28c31f54d26f2e50c2155fd9e9b084
Fix Overflow exception in the bignum factorial benchmark that is due to
the recent change of the default value for context.Emax.
Modules/_decimal/tests/bench.py