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 malin
Recipients abacabadabacaba, alexei.romanov, ezio.melotti, malin, mrabarnett, serhiy.storchaka, vstinner
Date 2019-02-19.06:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550556812.05.0.784538747142.issue23689@roundup.psfhosted.org>
In-reply-to
Content
Try to allocate SRE_REPEAT on state's stack, the performance has not changed significantly.

It passes the other tests, except this one (test_stack_overflow):
https://github.com/python/cpython/blob/v3.8.0a1/Lib/test/test_re.py#L1225-L1230

I'll try to fix issue35859, issue9134 first.
History
Date User Action Args
2019-02-19 06:13:32malinsetrecipients: + malin, vstinner, ezio.melotti, mrabarnett, abacabadabacaba, serhiy.storchaka, alexei.romanov
2019-02-19 06:13:32malinsetmessageid: <1550556812.05.0.784538747142.issue23689@roundup.psfhosted.org>
2019-02-19 06:13:32malinlinkissue23689 messages
2019-02-19 06:13:31malincreate