[issue2292] Missing *-unpacking generalizations

Neil Girdhar report at bugs.python.org
Thu Jan 22 01:01:43 CET 2015


Neil Girdhar added the comment:

Very nice!  So what's left besides errors?

* Fixing the grammar, ast, and compilation for the list, dict, and set comprehension element unpackings

> Now the primary problem is giving good errors; I don't know how to make them look like they came from the function call. I'm not sure I want to, either, since these opcodes are used elsewhere.

The _UNPACK opcodes are new in this changelist.  You can do "hg vdiff" to give a side-by-side diff or just check in the patch review.

----------

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


More information about the Python-bugs-list mailing list