commit | 02293269803ce6505206589b01e5e0ff7d64d5c0 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 03 12:09:33 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 03 12:09:33 2009 +0000 |
tree | 63bc90cfc0100e23faa07328560d92481f277f1d | |
parent | d819dbe731150e2246bfb5a629705146f9ea1015 [diff] |
Blocked revisions 76648 via svnmerge ........ r76648 | mark.dickinson | 2009-12-03 12:08:56 +0000 (Thu, 03 Dec 2009) | 3 lines Issue #6985: number of range() items should be constrained to lie in a Py_ssize_t, not an int. ........