Skip to content

Commit

Permalink
DECREF_INPUTS
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 8, 2023
1 parent 882ada7 commit ab90023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ dummy_func(
}
}
}
Py_DECREF(mod_or_class_dict);
DECREF_INPUTS();
}

inst(LOAD_NAME, (-- v)) {
Expand Down

0 comments on commit ab90023

Please sign in to comment.