Lines Matching refs:Py_INCREF
29 Py_INCREF(Py_Ellipsis); in ellipsis_new()
140 Py_INCREF(step); in PySlice_New()
142 Py_INCREF(start); in PySlice_New()
144 Py_INCREF(stop); in PySlice_New()
392 Py_INCREF(step); in _PySlice_GetLongIndices()
421 Py_INCREF(lower); in _PySlice_GetLongIndices()
423 Py_INCREF(upper); in _PySlice_GetLongIndices()
429 Py_INCREF(start); in _PySlice_GetLongIndices()
448 Py_INCREF(lower); in _PySlice_GetLongIndices()
458 Py_INCREF(upper); in _PySlice_GetLongIndices()
468 Py_INCREF(stop); in _PySlice_GetLongIndices()
487 Py_INCREF(lower); in _PySlice_GetLongIndices()
497 Py_INCREF(upper); in _PySlice_GetLongIndices()
594 Py_INCREF(res); in slice_richcompare()