[New-bugs-announce] [issue43897] Implement support for validation of pattern matching ASTs

Batuhan Taskaya report at bugs.python.org
Tue Apr 20 15:35:33 EDT 2021


New submission from Batuhan Taskaya <isidentical at gmail.com>:

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.

----------
assignee: BTaskaya
messages: 391469
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: Implement support for validation of pattern matching ASTs
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43897>
_______________________________________


More information about the New-bugs-announce mailing list