Commit 6fc7da8e authored by Matthias Klose's avatar Matthias Klose

rangeobject.c (compute_slice_indices): Make function static.

parent bd90e6a2
......@@ -342,7 +342,7 @@ compute_slice_element(PyObject *obj)
* Result indicates whether or not the slice is empty
* (-1 = error, 0 = empty slice, 1 = slice contains elements)
*/
int
static int
compute_slice_indices(rangeobject *r, PySliceObject *slice,
PyObject **start, PyObject **stop, PyObject **step)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment