Kaydet (Commit) 69f6ee6a authored tarafından Guido van Rossum's avatar Guido van Rossum

err_badcall() is fatal error

üst 97162b5b
...@@ -194,5 +194,6 @@ err_errno(exc) ...@@ -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");
} }
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