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 <1322578582.29.0.934642888125.issue13496@psf.upfronthosting.co.za>
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: <1322578582.29.0.934642888125.issue13496@psf.upfronthosting.co.za>
2011-11-29 14:56:21amaury.forgeotdarclinkissue13496 messages
2011-11-29 14:56:21amaury.forgeotdarccreate