Skip to content

Commit f1c031f

Browse files
committed
Reference related CPython issue
1 parent d17e2d8 commit f1c031f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyperformance/data-files/benchmarks/bm_decimal_factorial/run_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def bench_decimal_factorial():
6060
c.Emin = decimal.MIN_EMIN
6161
data = [10000, 100000]
6262
else:
63+
# Workaround for python/cpython#140036 (PyPy uses pure-Python Decimal's)
6364
c.prec = 20000 # Should be enough to hold largest factorial exactly.
6465
data = [1000, 5000]
6566

0 commit comments

Comments
 (0)