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 ezio.melotti, mrabarnett, serhiy.storchaka
Date 2017-05-04.09:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493889805.57.0.608179292819.issue30215@psf.upfronthosting.co.za>
In-reply-to
Content
This change can be considered as a bug fix, but I hesitate to apply it to maintained releases because the effect on the performance of case-sensitive locale-depending bytes matching is hardly predicable. Some matches become 5 times faster, others become 1.5 times slower, depending on the cases of the pattern and the matched bytestring.
History
Date User Action Args
2017-05-04 09:23:25serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett
2017-05-04 09:23:25serhiy.storchakasetmessageid: <1493889805.57.0.608179292819.issue30215@psf.upfronthosting.co.za>
2017-05-04 09:23:25serhiy.storchakalinkissue30215 messages
2017-05-04 09:23:25serhiy.storchakacreate