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 georg.brandl
Recipients
Date 2007-06-19.12:44:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is quite normal for regular expressions with a lot of backtracking permutations to try, and a big string to search in.

You should try to optimize your REs -- wrt. the threads, re doesn't release the GIL while searching, that's another
bug report.
History
Date User Action Args
2007-08-23 14:55:01adminlinkissue1737127 messages
2007-08-23 14:55:01admincreate