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 75ad8b1 commit 0724a09Copy full SHA for 0724a09
2 files changed
.github/workflows/jit.yml
@@ -6,6 +6,7 @@ on:
6
- 'Python/bytecodes.c'
7
- 'Python/optimizer*.c'
8
- 'Python/executor_cases.c.h'
9
+ - 'Python/optimizer_cases.c.h'
10
- '!Python/perf_jit_trampoline.c'
11
- '!**/*.md'
12
- '!**/*.ini'
@@ -15,6 +16,7 @@ on:
15
16
17
18
19
20
21
22
Lib/test/test_capi/test_opt.py
@@ -2462,7 +2462,7 @@ def testfunc(n):
2462
self.assertIsNotNone(ex)
2463
uops = get_opnames(ex)
2464
2465
- # For now.. until we constant propagte it away.
+ # For now... until we constant propagate it away.
2466
self.assertIn("_BINARY_OP", uops)
2467
2468
0 commit comments