[issue39969] Remove Param expression context from AST

Batuhan Taskaya report at bugs.python.org
Sun Mar 15 10:56:22 EDT 2020


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

Param is an expression context that is no longer in use, we can simply remove it. This node predates the arguments node, and if I am not misguessing used inside of function signatures.

----------
components: Library (Lib)
messages: 364238
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: Remove Param expression context from AST
versions: Python 3.9

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


More information about the Python-bugs-list mailing list