Lines Matching refs:Py_INCREF
29 Py_INCREF(Py_Ellipsis); in ellipsis_new()
131 Py_INCREF(step); in PySlice_New()
133 Py_INCREF(start); in PySlice_New()
135 Py_INCREF(stop); in PySlice_New()
383 Py_INCREF(step); in _PySlice_GetLongIndices()
412 Py_INCREF(lower); in _PySlice_GetLongIndices()
414 Py_INCREF(upper); in _PySlice_GetLongIndices()
420 Py_INCREF(start); in _PySlice_GetLongIndices()
439 Py_INCREF(lower); in _PySlice_GetLongIndices()
449 Py_INCREF(upper); in _PySlice_GetLongIndices()
459 Py_INCREF(stop); in _PySlice_GetLongIndices()
478 Py_INCREF(lower); in _PySlice_GetLongIndices()
488 Py_INCREF(upper); in _PySlice_GetLongIndices()
585 Py_INCREF(res); in slice_richcompare()