File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66 - ' Python/bytecodes.c'
77 - ' Python/optimizer*.c'
88 - ' Python/executor_cases.c.h'
9+ - ' Python/optimizer_cases.c.h'
910 - ' !Python/perf_jit_trampoline.c'
1011 - ' !**/*.md'
1112 - ' !**/*.ini'
1516 - ' Python/bytecodes.c'
1617 - ' Python/optimizer*.c'
1718 - ' Python/executor_cases.c.h'
19+ - ' Python/optimizer_cases.c.h'
1820 - ' !Python/perf_jit_trampoline.c'
1921 - ' !**/*.md'
2022 - ' !**/*.ini'
Original file line number Diff line number Diff line change @@ -2462,7 +2462,7 @@ def testfunc(n):
24622462 self .assertIsNotNone (ex )
24632463 uops = get_opnames (ex )
24642464
2465- # For now.. until we constant propagte it away.
2465+ # For now... until we constant propagate it away.
24662466 self .assertIn ("_BINARY_OP" , uops )
24672467
24682468
You can’t perform that action at this time.
0 commit comments