Issue #6985: number of range() items should be constrained to lie
commit13f5b9972742636cb88e6fe4441eb4740adfd648
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 3 Dec 2009 12:08:56 +0000 (3 12:08 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 3 Dec 2009 12:08:56 +0000 (3 12:08 +0000)
tree07b5a2bb05ff3f0ad8915a6d2a82e36fb55d5b7c
parent4f86e8b043acd763ab23e247e684cd236a09ca93
Issue #6985:  number of range() items should be constrained to lie
in a Py_ssize_t, not an int.

git-svn-id: http://svn.python.org/projects/python/trunk@76648 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/bltinmodule.c