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 serhiy.storchaka
Recipients crouleau, ezio.melotti, mrabarnett, serhiy.storchaka, tim.peters
Date 2012-07-31.19:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343764117.01.0.860971818536.issue15515@psf.upfronthosting.co.za>
In-reply-to
Content
Make a distinction between a large number of infinity. You have a bad regexp, the matching time depends exponentially on the length of the string. Try with short strings. Use the regexp r"(\w:)(\\?[\w\.\-]+)((\\[\w\.\-]+)*)(\.[\w ]+): ".

It's not a bug.
History
Date User Action Args
2012-07-31 19:48:37serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, ezio.melotti, mrabarnett, crouleau
2012-07-31 19:48:37serhiy.storchakasetmessageid: <1343764117.01.0.860971818536.issue15515@psf.upfronthosting.co.za>
2012-07-31 19:48:36serhiy.storchakalinkissue15515 messages
2012-07-31 19:48:35serhiy.storchakacreate