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 terry.reedy
Recipients BTaskaya, belopolsky, benjamin.peterson, eric.snow, georg.brandl, gregory.p.smith, meador.inge, ppperry, terry.reedy
Date 2020-07-06.08:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594024847.29.0.367262129239.issue11105@roundup.psfhosted.org>
In-reply-to
Content
With 3.9 on Windows, using Benjamin's example, I do not get the Windows equivalent of a seg fault.  However, execution stops at compile with no exception, including SystemExit.

These examples amount to limited fuzz testing of compile().  I think it should raise something like "SyntaxError: recursive ast" or even 'bad ast' if malformed non-recursive asts have the same issue.
History
Date User Action Args
2020-07-06 08:40:47terry.reedysetrecipients: + terry.reedy, georg.brandl, gregory.p.smith, belopolsky, benjamin.peterson, meador.inge, eric.snow, ppperry, BTaskaya
2020-07-06 08:40:47terry.reedysetmessageid: <1594024847.29.0.367262129239.issue11105@roundup.psfhosted.org>
2020-07-06 08:40:47terry.reedylinkissue11105 messages
2020-07-06 08:40:47terry.reedycreate