Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 650ae0a

Browse files
committed
remove unwanted fatal() from err_badcall()
1 parent 9d78d8d commit 650ae0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/errors.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,5 @@ err_errno(exc)
194194
void
195195
err_badcall()
196196
{
197-
fatal("err_badcall() called");
198197
err_setstr(SystemError, "bad argument to internal function");
199198
}

0 commit comments

Comments
 (0)