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 stestagg
Recipients stestagg, xxm
Date 2020-12-22.19:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608664962.92.0.671957645673.issue42715@roundup.psfhosted.org>
In-reply-to
Content
As with the other issues, the underlying segfault is fixed in
PR: https://github.com/python/cpython/pull/23744. It does however raise a RecursionError:

RecursionError: maximum recursion depth exceeded during compilation

As per https://bugs.python.org/issue42609#msg382910, Serhiy implies that the new recursion error is probably expected and acceptable.
History
Date User Action Args
2020-12-22 19:22:42stestaggsetrecipients: + stestagg, xxm
2020-12-22 19:22:42stestaggsetmessageid: <1608664962.92.0.671957645673.issue42715@roundup.psfhosted.org>
2020-12-22 19:22:42stestagglinkissue42715 messages
2020-12-22 19:22:42stestaggcreate