Skip to content

Commit 1ab0c30

Browse files
committed
+1
1 parent 7b96e36 commit 1ab0c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/marshal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ w_PyLong(const PyLongObject *ob, char flag, WFILE *p)
295295
return;
296296
}
297297

298-
static PyLongExport long_export;
298+
PyLongExport long_export;
299299

300300
if (PyLong_Export((PyObject *)ob, &long_export) < 0) {
301301
p->depth--;

0 commit comments

Comments
 (0)