Skip to content

Commit bee7841

Browse files
committed
fix lint
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent b8a2a08 commit bee7841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ dummy_func(
26242624
}
26252625
UNLOCK_OBJECT(owner_o);
26262626
o = owner;
2627-
DEAD(owner);
2627+
DEAD(owner);
26282628
Py_XDECREF(old_value);
26292629
}
26302630

0 commit comments

Comments
 (0)