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:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608665115.17.0.279761984019.issue42714@roundup.psfhosted.org>
In-reply-to
Content
As with the other ones, 
PR: https://github.com/python/cpython/pull/23744 stops this from segfaulting.  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:25:15stestaggsetrecipients: + stestagg, xxm
2020-12-22 19:25:15stestaggsetmessageid: <1608665115.17.0.279761984019.issue42714@roundup.psfhosted.org>
2020-12-22 19:25:15stestagglinkissue42714 messages
2020-12-22 19:25:15stestaggcreate