]> granicus.if.org Git - python/commit
In the process of adding all the extended slice support I attempted to
authorMichael W. Hudson <mwh@python.net>
Thu, 27 Feb 2003 14:50:34 +0000 (14:50 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 27 Feb 2003 14:50:34 +0000 (14:50 +0000)
commite46d1559c95f018a3e92c35d0e35768774a0f2fe
tree94e41bf02a50848f8dea0e2bc835a9aabf0fdb1c
parentce56c377a0f548cdac3ab9c66117df654f934484
In the process of adding all the extended slice support I attempted to
change _PyEval_SliceIndex to round massively negative longs up to
-INT_MAX, instead of 0 but botched it.  Get it right.

Thx to Armin for the report.
Python/ceval.c