Lines Matching refs:PyErr_SetString
28 PyErr_SetString(PyExc_IndexError, "index out of range"); in siftdown()
47 PyErr_SetString(PyExc_RuntimeError, in siftdown()
74 PyErr_SetString(PyExc_IndexError, "index out of range"); in siftup()
97 PyErr_SetString(PyExc_RuntimeError, in siftup()
128 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in _heapq_heappush_impl()
147 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heappop_internal()
154 PyErr_SetString(PyExc_IndexError, "index out of range"); in heappop_internal()
199 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heapreplace_internal()
204 PyErr_SetString(PyExc_IndexError, "index out of range"); in heapreplace_internal()
265 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in _heapq_heappushpop_impl()
286 PyErr_SetString(PyExc_IndexError, "index out of range"); in _heapq_heappushpop_impl()
371 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heapify_internal()
422 PyErr_SetString(PyExc_IndexError, "index out of range"); in siftdown_max()
441 PyErr_SetString(PyExc_RuntimeError, in siftdown_max()
468 PyErr_SetString(PyExc_IndexError, "index out of range"); in siftup_max()
491 PyErr_SetString(PyExc_RuntimeError, in siftup_max()