[issue2292] Missing *-unpacking generalizations

Neil Girdhar report at bugs.python.org
Thu Jan 22 02:34:44 CET 2015


Neil Girdhar added the comment:

Oh, I see.  For BUILD_MAP_UNPACK we don't want to raise on duplicate dict comprehension element unpackings, right?  Maybe we should add a different opcode, or else a flag to the opcodes, or else use the top bit of the length parameter?  What do you think?

----------

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


More information about the Python-bugs-list mailing list