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, ramzitra, serhiy.storchaka
Date 2021-12-13.15:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639408402.26.0.663126662906.issue46065@roundup.psfhosted.org>
In-reply-to
Content
The simplest example is:

re.search('a@', 'a'*100000)
History
Date User Action Args
2021-12-13 15:13:22serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, ramzitra
2021-12-13 15:13:22serhiy.storchakasetmessageid: <1639408402.26.0.663126662906.issue46065@roundup.psfhosted.org>
2021-12-13 15:13:22serhiy.storchakalinkissue46065 messages
2021-12-13 15:13:22serhiy.storchakacreate