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 witten
Recipients aaronsw, gregory.p.smith, josiahcarlson, mark.dickinson, mrabarnett, rsc, schmir, timehorse, witten, yarkot
Date 2009-10-21.19:28:41
SpamBayes Score 0.035508316
Marked as misclassified No
Message-id <1256153323.77.0.147473289231.issue1662581@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an easy way to trigger the poor performance. Tested with 2.5,
2.6, and 2.7:

re.compile( '(\s+.*)*x' ).search( 'a ' * 30 )
History
Date User Action Args
2009-10-21 19:28:44wittensetrecipients: + witten, aaronsw, gregory.p.smith, josiahcarlson, mark.dickinson, rsc, timehorse, schmir, mrabarnett, yarkot
2009-10-21 19:28:43wittensetmessageid: <1256153323.77.0.147473289231.issue1662581@psf.upfronthosting.co.za>
2009-10-21 19:28:42wittenlinkissue1662581 messages
2009-10-21 19:28:41wittencreate