]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
rd_object() with exception is fatal error
authorGuido van Rossum <guido@python.org>
Mon, 28 Aug 1995 02:56:20 +0000 (02:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Aug 1995 02:56:20 +0000 (02:56 +0000)
Python/marshal.c

index 05265f58feef6624dd66ae5a8177b8f51e9e9a9b..c094b981e17364cb07f491daa89fabc550cb2e2b 100644 (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;
        }