Skip to content

Commit c72c139

Browse files
committed
remove empty line
1 parent d976e47 commit c72c139

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
@@ -4499,7 +4499,6 @@ dummy_func(
44994499
POP_TOP +
45004500
_CHECK_PERIODIC_AT_END;
45014501

4502-
45034502
op(_CHECK_OBJECT, (type_version/2, callable, self_or_null, unused[oparg] -- callable, self_or_null, unused[oparg])) {
45044503
PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
45054504
EXIT_IF(!PyStackRef_IsNull(self_or_null));

0 commit comments

Comments
 (0)