mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Add MAGIC_NUMBER for Python 3.5.3
See https://bugs.python.org/issue27286 for details.
This commit is contained in:
parent
a690d22822
commit
da6571587b
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue