Skip to content

Commit 48802dc

Browse files
-1 --> ERROR
Co-authored-by: Mark Shannon <[email protected]>
1 parent 4271c43 commit 48802dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
#define RETURN_IF_ERROR(X) \
6262
if ((X) == -1) { \
63-
return -1; \
63+
return ERROR; \
6464
}
6565

6666
/* If we exceed this limit, it should

0 commit comments

Comments
 (0)