Skip to content

Commit 8e1804d

Browse files
committed
Moving up condition
1 parent 9aa277b commit 8e1804d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Python/marshal.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,8 +1661,7 @@ r_object(RFILE *p)
16611661
}
16621662
PyObject *stop = NULL;
16631663
PyObject *step = NULL;
1664-
PyObject *start = NULL;
1665-
start = r_object(p);
1664+
PyObject *start = r_object(p);
16661665
if (start == NULL) {
16671666
goto cleanup;
16681667
}

0 commit comments

Comments
 (0)