Skip to content

Commit 2023556

Browse files
committed
Regen
1 parent 7e7c13e commit 2023556

File tree

4 files changed

+146
-143
lines changed

4 files changed

+146
-143
lines changed

Include/internal/pycore_opcode_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_ids.h

Lines changed: 141 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_metadata.h

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ def testfunc(n):
18981898
for _ in range(n):
18991899
y = tuple((1, 2)) # tuple argument
19001900
a, _ = y # _UNPACK_SEQUENCE_TWO_TUPLE
1901-
if a == 1: # _COMPARE_OP_INT + _GUARD_IS_TRUE_POP are removed
1901+
if a == 1: # _COMPARE_OP_INT + _GUARD_IS_TRUE_POP are removed
19021902
x += 1
19031903
return x
19041904

0 commit comments

Comments
 (0)