From cd7caee131194c8529d3e79b8244e1445985896a 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(-) (limited to 'Python/errors.c') diff --git a/Python/errors.c b/Python/errors.c index 0249fd99e9..3c721b8ff6 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 v1.2.1