]> granicus.if.org Git - python/commitdiff
Remove unnecessary PyErr_Clear().
authorGuido van Rossum <guido@python.org>
Thu, 14 May 1998 02:31:26 +0000 (02:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 May 1998 02:31:26 +0000 (02:31 +0000)
Python/marshal.c

index 9daeeb3eec9eb058721492bac4ee7aabf5478994..3664734c0a2f6e0fd201bc11a221bdb8c2905c51 100644 (file)
@@ -361,7 +361,6 @@ r_long64(p)
                        (void) PyFile_WriteString(
                            "Warning: un-marshal 64-bit int in 32-bit mode\n",
                            f);
-               PyErr_Clear();
        }
 #endif
        return x;