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 mrabarnett
Recipients crouleau, ezio.melotti, mrabarnett
Date 2012-07-31.18:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343761178.93.0.162421814441.issue15515@psf.upfronthosting.co.za>
In-reply-to
Content
That's because it uses a pathological regular expression (catastrophic backtracking).

The problem lies here: (\\?[\w\.\-]+)+
History
Date User Action Args
2012-07-31 18:59:38mrabarnettsetrecipients: + mrabarnett, ezio.melotti, crouleau
2012-07-31 18:59:38mrabarnettsetmessageid: <1343761178.93.0.162421814441.issue15515@psf.upfronthosting.co.za>
2012-07-31 18:59:38mrabarnettlinkissue15515 messages
2012-07-31 18:59:38mrabarnettcreate