Skip to content

Commit a87045d

Browse files
uncomment
1 parent f537ca0 commit a87045d

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ dummy_func(void) {
435435
}
436436

437437
op(_COMPARE_OP_FLOAT, (left, right -- res)) {
438-
// REPLACE_OPCODE_IF_EVALUATES_PURE(left, right);
438+
REPLACE_OPCODE_IF_EVALUATES_PURE(left, right);
439439
res = sym_new_type(ctx, &PyBool_Type);
440440
}
441441

Python/optimizer_cases.c.h

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

0 commit comments

Comments
 (0)