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 jpakkane
Recipients ezio.melotti, jpakkane, mrabarnett
Date 2017-04-23.19:26:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492975562.82.0.745519478527.issue30148@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a script that runs a single regex against one line of text taking over 12 seconds.

If you run the exact same regex in Perl it finishes immediately.

The slowness has something to do with spaces. If you replace consecutive spaces in the input with one, the evaluation is immediate.

This bug was originally discovered here: https://bugzilla.gnome.org/show_bug.cgi?id=781569
History
Date User Action Args
2017-04-23 19:26:02jpakkanesetrecipients: + jpakkane, ezio.melotti, mrabarnett
2017-04-23 19:26:02jpakkanesetmessageid: <1492975562.82.0.745519478527.issue30148@psf.upfronthosting.co.za>
2017-04-23 19:26:02jpakkanelinkissue30148 messages
2017-04-23 19:26:02jpakkanecreate