Commit 691ad5f5 authored by cjgibson's avatar cjgibson

Remove redundant type setting.

parent 2d3912ac
......@@ -4781,8 +4781,7 @@ class SliceIndexNode(ExprNode):
self.stop.pos,
value = 'PY_SSIZE_T_MAX',
# See: github.com/python/cpython/blob/2.7/Python/sysmodule.c#L1446
constant_result = sys.maxsize,
type = PyrexTypes.c_py_ssize_t_type
constant_result = sys.maxsize
),
false_val = stop_ref,
test = PrimaryCmpNode(
......
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