Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63092fe commit 6cf50c5Copy full SHA for 6cf50c5
1 file changed
Modules/_decimal/tests/bench.py
@@ -78,7 +78,7 @@ def factorial(n, m):
78
for func in to_benchmark:
79
start = time.time()
80
if C is not None:
81
- C.getcontext().prec = prec
+ C.getcontext().prec = prec
82
P.getcontext().prec = prec
83
for i in range(10000):
84
x = func()
0 commit comments