This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients brian.curtin, mark.dickinson, pitrou, python-dev
Date 2012-05-16.12:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SUdYG-0001sH-Sr@dinsdale.python.org>
In-reply-to
Content
New changeset 888f5f3bfcb6 by Antoine Pitrou in branch '3.2':
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
http://hg.python.org/cpython/rev/888f5f3bfcb6

New changeset a3784c8f165e by Antoine Pitrou in branch 'default':
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
http://hg.python.org/cpython/rev/a3784c8f165e
History
Date User Action Args
2012-05-16 12:42:02python-devsetrecipients: + python-dev, mark.dickinson, pitrou, brian.curtin
2012-05-16 12:42:01python-devlinkissue14829 messages
2012-05-16 12:42:01python-devcreate