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, 1 insertions, 0 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 05265f58fe..c094b981e1 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -426,6 +426,7 @@ rd_object(fp)
{
RFILE rf;
if (err_occurred()) {
+ fatal("XXX rd_object called with exception set"); /* tmp */
fprintf(stderr, "XXX rd_object called with exception set\n");
return NULL;
}