Kaydet (Commit) 05870115 authored tarafından Guido van Rossum's avatar Guido van Rossum

rd_object() with exception is fatal error

üst 69f6ee6a
...@@ -426,6 +426,7 @@ rd_object(fp) ...@@ -426,6 +426,7 @@ rd_object(fp)
{ {
RFILE rf; RFILE rf;
if (err_occurred()) { if (err_occurred()) {
fatal("XXX rd_object called with exception set"); /* tmp */
fprintf(stderr, "XXX rd_object called with exception set\n"); fprintf(stderr, "XXX rd_object called with exception set\n");
return NULL; 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