Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b693 commit fb3a630Copy full SHA for fb3a630
1 file changed
Python/errors.c
@@ -675,6 +675,7 @@ _PyErr_BadInternalCall(const char *filename, int lineno)
675
void
676
PyErr_BadInternalCall(void)
677
{
678
+ assert(0 && "bad argument to internal function");
679
PyErr_Format(PyExc_SystemError,
680
"bad argument to internal function");
681
}
0 commit comments