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 BTaskaya
Recipients BTaskaya
Date 2021-04-20.19:35:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618947333.54.0.307745509696.issue43897@roundup.psfhosted.org>
In-reply-to
Content
ASTs of case clauses for PEP 636 are not validated through PyAST_Validate right now, which might crash the Python interpreter when compiling some trees that doesn't hold the assumptions of the compiler.
History
Date User Action Args
2021-04-20 19:35:33BTaskayasetrecipients: + BTaskaya
2021-04-20 19:35:33BTaskayasetmessageid: <1618947333.54.0.307745509696.issue43897@roundup.psfhosted.org>
2021-04-20 19:35:33BTaskayalinkissue43897 messages
2021-04-20 19:35:33BTaskayacreate