]> 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:39:36 +0000 (14:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 16 May 2012 12:39:36 +0000 (14:39 +0200)
commitb7d033db783b8ca2e4dfe23e348129ed666b6e2b
tree4c504d15647a3997d62e8e2da43dc16d5a2791da
parentb84bc7a7ce6649f786b5b3f80e944cb51b332faf
parenta103b96a80f049f68ccf2dd3d5d7858b26a27e94
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.

(untested, because of Windows build issues under 3.x)
Misc/NEWS
Modules/_bisectmodule.c
Objects/rangeobject.c