commit | e46d1559c95f018a3e92c35d0e35768774a0f2fe | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Thu Feb 27 14:50:34 2003 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Thu Feb 27 14:50:34 2003 +0000 |
tree | 94e41bf02a50848f8dea0e2bc835a9aabf0fdb1c | |
parent | ce56c377a0f548cdac3ab9c66117df654f934484 [diff] |
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.