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 serhiy.storchaka
Recipients louielu, serhiy.storchaka, vstinner
Date 2017-11-16.17:14:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510852455.08.0.213398074469.issue31324@psf.upfronthosting.co.za>
In-reply-to
Content
I know :-)

Unfortunately it is not obviously that these optimization actually optimize regular expressions. Due to the implementation particularities sometimes "unoptimized" code is faster than "optimized". I'm going to implement these optimizations in the re module, but it needs to be very careful, and may need changing the matching engine.
History
Date User Action Args
2017-11-16 17:14:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, louielu
2017-11-16 17:14:15serhiy.storchakasetmessageid: <1510852455.08.0.213398074469.issue31324@psf.upfronthosting.co.za>
2017-11-16 17:14:15serhiy.storchakalinkissue31324 messages
2017-11-16 17:14:15serhiy.storchakacreate