commit | 650ae0ab06b8654af4e95ac31a236f71a69b635f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 18 21:31:16 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 18 21:31:16 1995 +0000 |
tree | a1c4957ebb52578c65def50eadccb4b36de82e63 | |
parent | 9d78d8d2fbfc4517cbdcdf3ce064ef3a24afc60b [diff] |
remove unwanted fatal() from err_badcall()
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 @@ void err_badcall() { - fatal("err_badcall() called"); err_setstr(SystemError, "bad argument to internal function"); }