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:
Michael Hansen 2023-11-16 14:51:40 -08:00
commit 3ffbb0aa20
5 changed files with 40 additions and 26 deletions

View file

@ -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