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, 1 insertions, 0 deletions
diff --git a/Python/errors.c b/Python/errors.c
index 3c721b8..0249fd9 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -194,5 +194,6 @@ err_errno(exc)
void
err_badcall()
{
+ fatal("err_badcall() called");
err_setstr(SystemError, "bad argument to internal function");
}