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 Raphaël Riel, ezio.melotti, mrabarnett, tim.peters
Date 2017-10-13.21:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507929340.95.0.213398074469.issue31759@psf.upfronthosting.co.za>
In-reply-to
Content
@Tim: the regex module includes some extra checks to reduce the chance of excessive backtracking. In the case of the OP's example, they seem to be working. However, it's difficult to know when adding such checks will help, and your example is one case where they are being done but aren't helping, with the result that it's slower.
History
Date User Action Args
2017-10-13 21:15:41mrabarnettsetrecipients: + mrabarnett, tim.peters, ezio.melotti, Raphaël Riel
2017-10-13 21:15:40mrabarnettsetmessageid: <1507929340.95.0.213398074469.issue31759@psf.upfronthosting.co.za>
2017-10-13 21:15:40mrabarnettlinkissue31759 messages
2017-10-13 21:15:40mrabarnettcreate