Skip to content

Commit 50dd66b

Browse files
authored
Update Python/bytecodes.c
1 parent a495ef4 commit 50dd66b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,6 @@ dummy_func(
14021402

14031403
inst(LOAD_COMMON_CONSTANT, ( -- value)) {
14041404
// Keep in sync with _common_constants in opcode.py
1405-
// If we ever have more than two constants, use a lookup table
14061405
assert(oparg < NUM_COMMON_CONSTANTS);
14071406
value = PyStackRef_FromPyObjectNew(tstate->interp->common_consts[oparg]);
14081407
}

0 commit comments

Comments
 (0)