]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove unwanted fatal() from err_badcall()
authorGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:31:16 +0000 (21:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Sep 1995 21:31:16 +0000 (21:31 +0000)
Python/errors.c

index 0249fd99e982beea6e7f127c6415c3b729521720..3c721b8ff647afc0581583ab10cbd2b3b5e32fb9 100644 (file)
@@ -194,6 +194,5 @@ err_errno(exc)
 void
 err_badcall()
 {
-       fatal("err_badcall() called");
        err_setstr(SystemError, "bad argument to internal function");
 }