Commit 650ae0ab authored by Guido van Rossum's avatar Guido van Rossum

remove unwanted fatal() from err_badcall()

parent 9d78d8d2
......@@ -194,6 +194,5 @@ err_errno(exc)
void
err_badcall()
{
fatal("err_badcall() called");
err_setstr(SystemError, "bad argument to internal function");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment