Skip to content

Commit 413d372

Browse files
authored
Update marshal.c
1 parent 22290ed commit 413d372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/marshal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ r_object(RFILE *p)
15991599
goto code_error;
16001600
firstlineno = (int)r_long(p);
16011601
if (firstlineno == -1 && PyErr_Occurred())
1602-
break;
1602+
goto code_error;
16031603
linetable = r_object(p);
16041604
if (linetable == NULL)
16051605
goto code_error;

0 commit comments

Comments
 (0)