Skip to content

Commit e86897a

Browse files
committed
Do not close arg
1 parent 6934f63 commit e86897a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,6 @@ dummy_func(
53595359
}
53605360

53615361
tier2 op(_SWAP_CALL_ONE_LOAD_CONST_INLINE_BORROW, (ptr/4, callable, null, arg -- value, a)) {
5362-
PyStackRef_CLOSE(arg);
53635362
(void)null; // Silence compiler warnings about unused variables
53645363
(void)callable;
53655364
DEAD(null);

0 commit comments

Comments
 (0)