]> granicus.if.org Git - python/commit
Handle really big steps in extended slices.
authorMichael W. Hudson <mwh@python.net>
Wed, 6 Nov 2002 15:17:32 +0000 (15:17 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 6 Nov 2002 15:17:32 +0000 (15:17 +0000)
commitcbd6fb90069ded106833efc42b1c93bcf9b958c3
tree8eeab999a6326865b004c50ebbf3dca1ebe1f334
parent9050a517c8393a473b42333281e36ec35370af35
Handle really big steps in extended slices.

Fixes a test failure on 64 bit platforms (I hope).
Objects/sliceobject.c
Python/ceval.c