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 098ac8b commit 91ce6fdCopy full SHA for 91ce6fd
Lib/test/test_capi/test_opt.py
@@ -23,6 +23,7 @@
23
# For frozendict JIT tests
24
FROZEN_DICT_CONST = frozendict(x=1, y=2)
25
26
+
27
@contextlib.contextmanager
28
def clear_executors(func):
29
# Clear executors in func before and after running a block
Python/optimizer_bytecodes.c
@@ -2090,6 +2090,7 @@ dummy_func(void) {
2090
}
2091
2092
2093
2094
// END BYTECODES //
2095
2096
0 commit comments