Lines Matching refs:PyErr_SetString
45 PyErr_SetString(PyExc_IndexError, "index out of range"); in _siftdown()
59 PyErr_SetString(PyExc_RuntimeError, in _siftdown()
85 PyErr_SetString(PyExc_IndexError, "index out of range"); in _siftup()
104 PyErr_SetString(PyExc_RuntimeError, in _siftup()
129 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heappush()
152 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heappop()
159 PyErr_SetString(PyExc_IndexError, "index out of range"); in heappop()
191 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heapreplace()
196 PyErr_SetString(PyExc_IndexError, "index out of range"); in heapreplace()
230 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heappushpop()
248 PyErr_SetString(PyExc_IndexError, "index out of range"); in heappushpop()
273 PyErr_SetString(PyExc_TypeError, "heap argument must be a list"); in heapify()
387 PyErr_SetString(PyExc_IndexError, "index out of range"); in _siftdownmax()
426 PyErr_SetString(PyExc_IndexError, "index out of range"); in _siftupmax()