Lines Matching refs:error
25 NULL on error.
69 /* XXX(nnorwitz): should we error check if the user passes any empty ranges?
177 * PyLong_Check(). Return NULL when there is an error.
347 int error;
349 error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step);
350 if (error == -1)
436 and -1 on error. The algorithm is roughly the C equivalent of
458 /* Return False or error to the caller. */
462 /* Return True or error to the caller. */
466 /* Return False or error to the caller. */
470 /* Return True or error to the caller. */