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 amaury.forgeotdarc
Recipients Voo, amaury.forgeotdarc, mark.dickinson, pitrou, rhettinger, tim.peters
Date 2011-11-29.14:56:21
SpamBayes Score 0.10365425
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
[x]range is enough to trigger the bug::
   bisect.bisect(range(sys.maxsize), sys.maxsize-3)
History
Date User Action Args
2011-11-29 14:56:22amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, rhettinger, mark.dickinson, pitrou, Voo
2011-11-29 14:56:22amaury.forgeotdarcsetmessageid: <[email protected]>
2011-11-29 14:56:21amaury.forgeotdarclinkissue13496 messages
2011-11-29 14:56:21amaury.forgeotdarccreate