[issue2292] Missing *-unpacking generalizations

Joshua Landau report at bugs.python.org
Wed Jan 21 01:44:37 CET 2015


Joshua Landau added the comment:

2 here as well:

 15 LOAD_CONST               2 ('w')
 18 LOAD_CONST               3 (1)
 21 BUILD_MAP                1
 24 LOAD_CONST               4 (2)
 27 LOAD_CONST               5 ('x')
 30 STORE_MAP
 31 BUILD_MAP                1
 34 LOAD_CONST               6 (3)
 37 LOAD_CONST               7 ('y')
 40 STORE_MAP
 41 LOAD_CONST               8 (4)
 44 LOAD_CONST               9 ('z')
 47 STORE_MAP
 48 LOAD_CONST              10 (5)
 51 LOAD_CONST              11 ('r')
 54 STORE_MAP
 55 BUILD_MAP_UNPACK         2

----------

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


More information about the Python-bugs-list mailing list