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 a495ef4 commit 50dd66bCopy full SHA for 50dd66b
1 file changed
Python/bytecodes.c
@@ -1402,7 +1402,6 @@ dummy_func(
1402
1403
inst(LOAD_COMMON_CONSTANT, ( -- value)) {
1404
// Keep in sync with _common_constants in opcode.py
1405
- // If we ever have more than two constants, use a lookup table
1406
assert(oparg < NUM_COMMON_CONSTANTS);
1407
value = PyStackRef_FromPyObjectNew(tstate->interp->common_consts[oparg]);
1408
}
0 commit comments