Commit 05870115 authored by Guido van Rossum's avatar Guido van Rossum

rd_object() with exception is fatal error

parent 69f6ee6a
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment