[New-bugs-announce] [issue43892] Make match patterns explicit in the AST

Nick Coghlan report at bugs.python.org
Tue Apr 20 07:59:54 EDT 2021


New submission from Nick Coghlan <ncoghlan at gmail.com>:

In the SC submission ticket for PEP 642 (https://github.com/python/steering-council/issues/43 ), Guido indicated he was in favour of the more explicit pattern matching AST changes suggested in that PEP.

This ticket covers adapting the pattern matching implementation to explicitly separate pattern nodes from expr nodes in the AST, so the code generator doesn't need to be context dependent.

----------
assignee: ncoghlan
messages: 391430
nosy: brandtbucher, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Make match patterns explicit in the AST
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list