mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
rd_object() with exception is fatal error
This commit is contained in:
parent
69f6ee6a9d
commit
05870115fc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue