8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a4cb1 commit a4341c7Copy full SHA for a4341c7
Modules/mmapmodule.c
@@ -227,7 +227,7 @@ do { \
227
return err; \
228
} \
229
} while (0)
230
-#define CHECK_VALID_OR_RELEASE(err, buffer) \
+#define CHECK_VALID_OR_RELEASE(err, buffer) \
231
do { \
232
if (self->map_handle == NULL) { \
233
PyErr_SetString(PyExc_ValueError, "mmap closed or invalid"); \
@@ -245,7 +245,7 @@ do { \
245
246
247
248
249
250
if (self->data == NULL) { \
251
0 commit comments