Skip to content

Commit 3616eab

Browse files
committed
Use DECREF_INPUTS() instead of manually closing inputs
1 parent 8c70ea4 commit 3616eab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,8 +2300,7 @@ dummy_func(
23002300
UNLOCK_OBJECT(dict);
23012301
DEAD(dict);
23022302
null = PyStackRef_NULL;
2303-
PyStackRef_CLOSE(owner);
2304-
INPUTS_DEAD();
2303+
DECREF_INPUTS();
23052304
}
23062305

23072306
macro(LOAD_ATTR_WITH_HINT) =

0 commit comments

Comments
 (0)