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 ncoghlan
Recipients brandtbucher, ncoghlan
Date 2021-04-20.11:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618919994.66.0.123509458794.issue43892@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-04-20 11:59:54ncoghlansetrecipients: + ncoghlan, brandtbucher
2021-04-20 11:59:54ncoghlansetmessageid: <1618919994.66.0.123509458794.issue43892@roundup.psfhosted.org>
2021-04-20 11:59:54ncoghlanlinkissue43892 messages
2021-04-20 11:59:54ncoghlancreate