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 vstinner
Recipients vstinner
Date 2008-07-06.15:12:20
SpamBayes Score 0.37690902
Marked as misclassified No
Message-id <1215357141.61.0.853561189902.issue3301@psf.upfronthosting.co.za>
In-reply-to
Content
"import bisect; bisect.insort(range(4), -1, -1)" goes into an 
unlimited loop.  Workaround: replace negative lo value by zero. The 
function may raise an exception.
History
Date User Action Args
2008-07-06 15:12:30vstinnersetspambayes_score: 0.376909 -> 0.37690902
recipients: + vstinner
2008-07-06 15:12:30vstinnersetspambayes_score: 0.376909 -> 0.376909
messageid: <1215357141.61.0.853561189902.issue3301@psf.upfronthosting.co.za>
2008-07-06 15:12:21vstinnerlinkissue3301 messages
2008-07-06 15:12:20vstinnercreate