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 gvanrossum
Recipients gvanrossum, xxm
Date 2021-01-11.23:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610408790.39.0.62322291355.issue42889@roundup.psfhosted.org>
In-reply-to
Content
I don't think this is a bug, unless you can show an example where the bytecode compiler or the interpreter actually crashes. Basically you can change AST nodes in lots of ways that don't correspond to valid programs, and as long as you can't make CPython crash we don't care.
History
Date User Action Args
2021-01-11 23:46:30gvanrossumsetrecipients: + gvanrossum, xxm
2021-01-11 23:46:30gvanrossumsetmessageid: <1610408790.39.0.62322291355.issue42889@roundup.psfhosted.org>
2021-01-11 23:46:30gvanrossumlinkissue42889 messages
2021-01-11 23:46:30gvanrossumcreate