Lines Matching refs:error
166 initializations fail, a fatal error is issued and the function does
252 * Locale coercion also impacts the default error handler for the standard
768 goto error;
772 goto error;
777 goto error;
798 goto error;
806 goto error;
813 error:
932 /* Note: preinitialized remains 1 on error, it is only set to 0
1029 * If any operation invoked by this function fails, a fatal error is
1214 * initialized or without a valid current thread state is a fatal error.
1823 * XXX Fatal Python error: Interpreter not initialized (version mismatch?)
2004 goto error;
2010 goto error;
2015 goto error;
2020 goto error;
2026 error:
2060 It is a fatal error to violate these constraints.
2179 "too many open files" error (EMFILE).
2249 goto error;
2254 goto error;
2269 goto error;
2272 goto error;
2276 goto error;
2303 goto error;
2310 goto error;
2320 goto error;
2328 goto error;
2332 error:
2357 goto error;
2361 goto error;
2365 goto error;
2371 goto error;
2376 error:
2400 and output a useful error message. Note that under MS Windows,
2411 goto error;
2424 goto error;
2435 goto error;
2447 goto error;
2460 _PyErr_Clear(tstate); /* Not a fatal error if codec isn't available */
2464 goto error;
2468 goto error;
2475 error:
2552 /* Print fatal error message and abort */
2563 OutputDebugStringW(L"Fatal Python error: ");
2574 conversion, assuming that the this error message actually uses
2735 /* Py_FatalError() caused a second fatal error.
2736 Example: flush_std_files() raises a recursion error. */
2742 PUTS(fd, "Fatal Python error: ");
2832 /* _Py_FatalErrorFormat() caused a second fatal error */
2839 PUTS(fd, "Fatal Python error: ");
2865 "%s: bug likely caused by a refcount error "