From 650ae0ab06b8654af4e95ac31a236f71a69b635f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 Sep 1995 21:31:16 +0000 Subject: remove unwanted fatal() from err_badcall() --- Python/errors.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/errors.c b/Python/errors.c index 0249fd9..3c721b8 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -194,6 +194,5 @@ err_errno(exc) void err_badcall() { - fatal("err_badcall() called"); err_setstr(SystemError, "bad argument to internal function"); } -- cgit v0.12