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 barry, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-09-26.18:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506451345.6.0.42116089394.issue31580@psf.upfronthosting.co.za>
In-reply-to
Content
Barry, please test re.search() with your changes.

$ ./python -m timeit -s 'import re; s = "a" * 100' 're.search("b", s)'
Unpatched:  500000 loops, best of 5: 529 nsec per loop
Patched:    50000 loops, best of 5: 7.46 usec per loop
History
Date User Action Args
2017-09-26 18:42:25serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, r.david.murray
2017-09-26 18:42:25serhiy.storchakasetmessageid: <1506451345.6.0.42116089394.issue31580@psf.upfronthosting.co.za>
2017-09-26 18:42:25serhiy.storchakalinkissue31580 messages
2017-09-26 18:42:25serhiy.storchakacreate