]> granicus.if.org Git - python/commit
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 16 May 2012 12:37:54 +0000 (14:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 16 May 2012 12:37:54 +0000 (14:37 +0200)
commita103b96a80f049f68ccf2dd3d5d7858b26a27e94
tree273d34aaef693b979534b1bfc126ec4560b27a3b
parent5cdc6308b6ac134ab65f2001e37b0c067dadef7d
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
Misc/NEWS
Modules/_bisectmodule.c
Objects/rangeobject.c