summaryrefslogtreecommitdiff
path: root/Python/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/marshal.c')
-rw-r--r--Python/marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 9daeeb3eec..3664734c0a 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -361,7 +361,6 @@ r_long64(p)
(void) PyFile_WriteString(
"Warning: un-marshal 64-bit int in 32-bit mode\n",
f);
- PyErr_Clear();
}
#endif
return x;