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