Skip to content

Commit 77e9439

Browse files
committed
unused2 -> unused
1 parent 3bbfcf5 commit 77e9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ dummy_func(void) {
10081008
sym_set_null(null);
10091009
}
10101010

1011-
op(_GUARD_CALLABLE_TYPE_1, (callable, unused, unused2 -- callable, unused, unused2)) {
1011+
op(_GUARD_CALLABLE_TYPE_1, (callable, unused, unused -- callable, unused, unused)) {
10121012
if (sym_get_const(ctx, callable) == (PyObject *)&PyType_Type) {
10131013
REPLACE_OP(this_instr, _NOP, 0, 0);
10141014
}

0 commit comments

Comments
 (0)