Skip to content

Commit 91ce6fd

Browse files
committed
nit
1 parent 098ac8b commit 91ce6fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# For frozendict JIT tests
2424
FROZEN_DICT_CONST = frozendict(x=1, y=2)
2525

26+
2627
@contextlib.contextmanager
2728
def clear_executors(func):
2829
# Clear executors in func before and after running a block

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,6 +2090,7 @@ dummy_func(void) {
20902090
}
20912091

20922092

2093+
20932094
// END BYTECODES //
20942095

20952096
}

0 commit comments

Comments
 (0)