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