err_badcall() is fatal error

This commit is contained in:
Guido van Rossum 1995-08-28 02:55:48 +00:00
parent 97162b5b95
commit 69f6ee6a9d
1 changed files with 1 additions and 0 deletions

View File

@ -194,5 +194,6 @@ err_errno(exc)
void
err_badcall()
{
fatal("err_badcall() called");
err_setstr(SystemError, "bad argument to internal function");
}