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 malthe
Recipients malthe
Date 2017-02-08.09:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486546221.26.0.696081579931.issue29477@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-08 09:30:21malthesetrecipients: + malthe
2017-02-08 09:30:21malthesetmessageid: <1486546221.26.0.696081579931.issue29477@psf.upfronthosting.co.za>
2017-02-08 09:30:21malthelinkissue29477 messages
2017-02-08 09:30:21malthecreate