Files
python-uncompyle6/uncompyle6
rocky 160ec0d9cc COME_FROM for 3.x POP_EXCEPT, DRY with op_name() ...
Start adding COME_FROMs for POP_EXCEPT in preparation for
getting tryelse blocks correct.

Simpler opname access functions:
  - self.op_name(op) is self.opc.opname[op]
  - self.op_name_from_offset(offset) is self.opc.opname[self.code[offset]]

verify.py: not all offsets are ints
2017-03-01 05:50:31 -05:00
..
2016-12-18 20:18:19 -05:00
2016-10-10 09:33:49 -04:00
2016-11-22 05:29:50 -05:00
2015-12-11 18:49:23 -05:00
2017-02-25 20:35:00 -05:00