Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DECREF_INPUTS
  • Loading branch information
JelleZijlstra committed Sep 8, 2023
commit ab90023ee0ae2e66c3e19abdb12f5aadb74d1f42
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