[New-bugs-announce] [issue29477] Lambda with complex arguments is ctx STORE

Malthe Borch report at bugs.python.org
Wed Feb 8 04:30:21 EST 2017


New submission from Malthe Borch:

Normally, lambda arguments (positional or keyword-based) are ctx PARAM, since they're parameters.

But complex (packed) arguments are ctx STORE.

This is a problem for AST transformation tools that can't reliably detect the name context.

----------
components: Interpreter Core
messages: 287291
nosy: malthe
priority: normal
severity: normal
status: open
title: Lambda with complex arguments is ctx STORE
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29477>
_______________________________________


More information about the New-bugs-announce mailing list