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

View file

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