rd_object() with exception is fatal error

This commit is contained in:
Guido van Rossum 1995-08-28 02:56:20 +00:00
parent 69f6ee6a9d
commit 05870115fc
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}