mirror of https://github.com/python/cpython
Fix whitespace.
This commit is contained in:
parent
63092fe0ea
commit
6cf50c5b1d
|
@ -78,7 +78,7 @@ for prec in [9, 19]:
|
|||
for func in to_benchmark:
|
||||
start = time.time()
|
||||
if C is not None:
|
||||
C.getcontext().prec = prec
|
||||
C.getcontext().prec = prec
|
||||
P.getcontext().prec = prec
|
||||
for i in range(10000):
|
||||
x = func()
|
||||
|
|
Loading…
Reference in New Issue