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 alex, complex, ezio.melotti, mrabarnett, vstinner
Date 2011-03-25.16:36:09
SpamBayes Score 0.0019029232
Marked as misclassified No
Message-id <1301070971.2.0.203714516611.issue11665@psf.upfronthosting.co.za>
In-reply-to
Content
Alex is correct.

This part:

    [^<>]*

can match an empty string, and it's nested with a repeated group. It stalls, repeatedly matching an empty string.

Incidentally, my regex implementation (available on PyPI) returns [].
History
Date User Action Args
2011-03-25 16:36:11mrabarnettsetrecipients: + mrabarnett, complex, vstinner, ezio.melotti, alex
2011-03-25 16:36:11mrabarnettsetmessageid: <1301070971.2.0.203714516611.issue11665@psf.upfronthosting.co.za>
2011-03-25 16:36:09mrabarnettlinkissue11665 messages
2011-03-25 16:36:09mrabarnettcreate