Skip to content

Commit 316443a

Browse files
committed
fix optimizer
1 parent cf020ca commit 316443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ translate_bytecode_to_trace(
809809
assert(i + 1 == nuops);
810810
if (opcode == FOR_ITER_GEN ||
811811
opcode == LOAD_ATTR_PROPERTY ||
812-
opcode == BINARY_SUBSCR_GETITEM ||
812+
opcode == BINARY_OP_SUBSCR_GETITEM ||
813813
opcode == SEND_GEN)
814814
{
815815
DPRINTF(2, "Bailing due to dynamic target\n");

0 commit comments

Comments
 (0)