mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
err_badcall() is fatal error
This commit is contained in:
parent
97162b5b95
commit
69f6ee6a9d
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue