mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
rd_object() with exception is fatal error
This commit is contained in:
parent
69f6ee6a9d
commit
05870115fc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user