summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/errors.c')
-rw-r--r--Python/errors.c1
1 files changed, 0 insertions, 1 deletions
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");
}