mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Fix some incorrect opcode tables from Python 1.0-1.4
The dis.py from these versions was often out-of-date from the C source.
This commit is contained in:
parent
4ecdd1f81b
commit
3ffbb0aa20
5 changed files with 40 additions and 26 deletions
|
|
@ -30,6 +30,11 @@
|
|||
53 DELETE_SLICE_3
|
||||
60 STORE_SUBSCR
|
||||
61 DELETE_SUBSCR
|
||||
62 BINARY_LSHIFT
|
||||
63 BINARY_RSHIFT
|
||||
64 BINARY_AND
|
||||
65 BINARY_XOR
|
||||
66 BINARY_OR
|
||||
70 PRINT_EXPR
|
||||
71 PRINT_ITEM
|
||||
72 PRINT_NEWLINE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue