[issue2292] Missing *-unpacking generalizations

Joshua Landau report at bugs.python.org
Thu Jan 22 01:03:38 CET 2015


Joshua Landau added the comment:

> The _UNPACK opcodes are new in this changelist.

Yup, but they're used in the other unpacking syntax too:

    (*(1, 2, 3), *(4, 5, 6))

----------

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


More information about the Python-bugs-list mailing list