We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77db056 commit a47b482Copy full SHA for a47b482
Python/compile.c
@@ -60,7 +60,7 @@
60
61
#define RETURN_IF_ERROR(X) \
62
if ((X) == -1) { \
63
- return ERROR; \
+ return ERROR; \
64
}
65
66
/* If we exceed this limit, it should
0 commit comments