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 cf020ca commit 316443aCopy full SHA for 316443a
Python/optimizer.c
@@ -809,7 +809,7 @@ translate_bytecode_to_trace(
809
assert(i + 1 == nuops);
810
if (opcode == FOR_ITER_GEN ||
811
opcode == LOAD_ATTR_PROPERTY ||
812
- opcode == BINARY_SUBSCR_GETITEM ||
+ opcode == BINARY_OP_SUBSCR_GETITEM ||
813
opcode == SEND_GEN)
814
{
815
DPRINTF(2, "Bailing due to dynamic target\n");
0 commit comments