mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
remove unwanted fatal() from err_badcall()
This commit is contained in:
parent
9d78d8d2fb
commit
650ae0ab06
@ -194,6 +194,5 @@ err_errno(exc)
|
||||
void
|
||||
err_badcall()
|
||||
{
|
||||
fatal("err_badcall() called");
|
||||
err_setstr(SystemError, "bad argument to internal function");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user