mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
remove unwanted fatal() from err_badcall()
This commit is contained in:
parent
9d78d8d2fb
commit
650ae0ab06
1 changed files with 0 additions and 1 deletions
|
|
@ -194,6 +194,5 @@ 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