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 217b9e8 commit 77d9b66Copy full SHA for 77d9b66
python313-preview-gil-jit/benchmarks/gil.py
@@ -61,7 +61,7 @@ def benchmark(num_threads, n):
61
if num_threads > 1:
62
print(f"Running {num_threads} threads...", end="", flush=True)
63
else:
64
- print(f"Running 1 thread...", end="", flush=True)
+ print("Running 1 thread...", end="", flush=True)
65
66
67
def fib(n):
python313-preview-gil-jit/benchmarks/uops.py
@@ -1,4 +1,5 @@
1
import dis
2
+
3
import _opcode
4
5
from pyinfo import print_details
0 commit comments