We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeb903 commit 616667fCopy full SHA for 616667f
1 file changed
Objects/rangeobject.c
@@ -342,7 +342,7 @@ compute_slice_element(PyObject *obj)
342
* Result indicates whether or not the slice is empty
343
* (-1 = error, 0 = empty slice, 1 = slice contains elements)
344
*/
345
-int
+static int
346
compute_slice_indices(rangeobject *r, PySliceObject *slice,
347
PyObject **start, PyObject **stop, PyObject **step)
348
{
0 commit comments