Skip to content

Commit ac0b084

Browse files
committed
fix test
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent b0322a3 commit ac0b084

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,10 @@ dummy_func(void) {
526526
}
527527

528528
op(_CONTAINS_OP, (left, right -- b, l, r)) {
529-
REPLACE_OPCODE_IF_EVALUATES_PURE(left, right, b);
530529
b = sym_new_type(ctx, &PyBool_Type);
531530
l = left;
532531
r = right;
532+
REPLACE_OPCODE_IF_EVALUATES_PURE(left, right, b);
533533
}
534534

535535
op(_CONTAINS_OP_SET, (left, right -- b, l, r)) {

Python/optimizer_cases.c.h

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

0 commit comments

Comments
 (0)