diff options
-rw-r--r-- | Python/errors.c | 1 |
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"); } |