Add MAGIC_NUMBER for Python 3.5.3

See https://bugs.python.org/issue27286 for details.
This commit is contained in:
Dhiru Kholia 2017-04-09 18:06:52 +05:30
commit da6571587b
3 changed files with 6 additions and 2 deletions

View file

@ -5,8 +5,8 @@ Python MAGIC Python MAGIC Python MAGIC
1.3 0x0A0D2E89 2.3 0x0A0DF23B 3.3 0x0A0D0C9E
1.4 0x0A0D1704 2.4 0x0A0DF26D 3.4 0x0A0D0CEE
1.5 0x0A0D4E99 2.5 0x0A0DF2B3 3.5 0x0A0D0D16
1.6 0x0A0DC4FC 2.6 0x0A0DF2D1 3.6 0x0A0D0D33
2.7 0x0A0DF303
1.6 0x0A0DC4FC 2.6 0x0A0DF2D1 3.5.3 0x0A0D0D17
2.7 0x0A0DF303 3.6 0x0A0D0D33
1.0 1.1 1.2 1.3 1.4 1.5 1.6