Kaydet (Commit) 683a0726 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added err_badcall().

üst 40d9304d
......@@ -140,3 +140,9 @@ err_errno(exc)
DECREF(v);
return NULL;
}
void
err_badcall()
{
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