Lines Matching defs:error
38 /* XXX Should never happen -- fatal error instead? */
192 /* Set a key error with the specified argument, wrapping it in a
201 /* caller will expect error to be set anyway */
344 goto error;
356 goto error;
375 error:
716 /* Convenience functions to set a type error exception and return 0 */
784 errno error. So if the error is in the MSVC error
786 a Win32 error code
868 /* Windows specific error code handling */
896 /* Error API error */
992 PyObject *kwargs, *error;
1028 error = PyObject_VectorcallDict(exception, &msg, 1, kwargs);
1029 if (error != NULL) {
1030 _PyErr_SetObject(tstate, (PyObject *)Py_TYPE(error), error);
1031 Py_DECREF(error);
1483 If err_msg_str is non-NULL, the error message is formatted as:
1485 error message.
1536 goto error;
1549 goto error;
1564 /* sys.unraisablehook failed: log its error using default hook */
1568 error:
1607 to make printing of exceptions believe it is a syntax error. */
1616 /* add attributes for the line number and filename for the error */
1619 /* XXX check that it is, indeed, a syntax error. It might not