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, jonash, mrabarnett, serhiy.storchaka
Date 2021-10-14.17:58:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634234296.72.0.305029671072.issue45462@roundup.psfhosted.org>
In-reply-to
Content
Calling re.math() with a pre-compiled pattern is an uncommon case. Common cases are calling re.math() with a string pattern and calling the math() method of a pre-compiled pattern.

Your change speeds up an uncommon case but slows down a common case.
History
Date User Action Args
2021-10-14 17:58:16serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, jonash
2021-10-14 17:58:16serhiy.storchakasetmessageid: <1634234296.72.0.305029671072.issue45462@roundup.psfhosted.org>
2021-10-14 17:58:16serhiy.storchakalinkissue45462 messages
2021-10-14 17:58:16serhiy.storchakacreate