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 <rep...@bugs.python.org> <http://bugs.python.org/issue29477> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com