summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 9daeeb3..3664734 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;