Add basic opcode (disassembly) support for Python 3.11
This commit is contained in:
@@ -33,6 +33,7 @@ enum PycMagic {
|
||||
MAGIC_3_8 = 0x0A0D0D55,
|
||||
MAGIC_3_9 = 0x0A0D0D61,
|
||||
MAGIC_3_10 = 0x0A0D0D6F,
|
||||
MAGIC_3_11 = 0x0A0D0DA7,
|
||||
|
||||
INVALID = 0,
|
||||
};
|
||||
|
Reference in New Issue
Block a user