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 Recursing, serhiy.storchaka
Date 2020-01-02.19:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577994718.28.0.120171004778.issue39195@roundup.psfhosted.org>
In-reply-to
Content
PR 17799 improves the performance of an uncommon case at the cost of reducing the performance of a common case. I doubt this is a good change.

If you have a compiled pattern, it is better to use its methods.
History
Date User Action Args
2020-01-02 19:51:58serhiy.storchakasetrecipients: + serhiy.storchaka, Recursing
2020-01-02 19:51:58serhiy.storchakasetmessageid: <1577994718.28.0.120171004778.issue39195@roundup.psfhosted.org>
2020-01-02 19:51:58serhiy.storchakalinkissue39195 messages
2020-01-02 19:51:58serhiy.storchakacreate