Posted on Sep 11, 2009 by
Grumpy Giraffe
588, in get_next_stacks assert False, "Unhandled opcode: %r" % op AssertionError: Unhandled opcode: STORE_MAP
STORE_MAP can have a look at http://thomas.apestaart.org/log/?p=927
Comment #1
Posted on Sep 11, 2009 by Grumpy Giraffeclass _se:
add
STORE_MAP = 2,0
Is this right?
Comment #2
Posted on Dec 9, 2009 by Massive BearI can confirm that this fix works.
Comment #3
Posted on Mar 14, 2010 by Helpful LionI integrated the changes to fix this along with a unittest to expose the issue in r16.
Status: Fixed
Labels:
Type-Defect
Priority-Medium