]> granicus.if.org Git - python/commit
Issue #6985: number of range() items should be constrained to lie
authorMark Dickinson <dickinsm@gmail.com>
Thu, 3 Dec 2009 12:08:56 +0000 (12:08 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 3 Dec 2009 12:08:56 +0000 (12:08 +0000)
commit3dc254181abe0297b917eefb591af92a4a90598e
treeca85e759a8f49f47fd79b58b4cd1c76a22fe324b
parent91c12ebc3dc6472ea486ab5e4aa38139283d48ad
Issue #6985:  number of range() items should be constrained to lie
in a Py_ssize_t, not an int.
Python/bltinmodule.c