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 2d4d, ezio.melotti, mrabarnett, serhiy.storchaka, steven.daprano
Date 2022-03-22.15:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647962885.92.0.742186155148.issue42885@roundup.psfhosted.org>
In-reply-to
Content
New changeset 492d4109f4d953c478cb48f17aa32adbb912623b by Serhiy Storchaka in branch 'main':
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021)
https://github.com/python/cpython/commit/492d4109f4d953c478cb48f17aa32adbb912623b
History
Date User Action Args
2022-03-22 15:28:05serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, steven.daprano, 2d4d
2022-03-22 15:28:05serhiy.storchakasetmessageid: <1647962885.92.0.742186155148.issue42885@roundup.psfhosted.org>
2022-03-22 15:28:05serhiy.storchakalinkissue42885 messages
2022-03-22 15:28:05serhiy.storchakacreate