Update bytecode for Python 3.6 beta3, and use a common file for opcode names
This commit is contained in:
@@ -27,7 +27,7 @@ enum PycMagic {
|
||||
MAGIC_3_3 = 0x0A0D0C9E,
|
||||
MAGIC_3_4 = 0x0A0D0CEE,
|
||||
MAGIC_3_5 = 0x0A0D0D16,
|
||||
MAGIC_3_6 = 0x0A0D0D2C,
|
||||
MAGIC_3_6 = 0x0A0D0D32,
|
||||
};
|
||||
|
||||
#define PYC_VERSION(maj, min) MAGIC_##maj##_##min
|
||||
|
Reference in New Issue
Block a user