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

Skip to content

Commit 69f6ee6

Browse files
committed
err_badcall() is fatal error
1 parent 97162b5 commit 69f6ee6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/errors.c

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

0 commit comments

Comments
 (0)