mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Update magic number
This commit is contained in:
parent
470b9e4362
commit
41761e5ff8
2 changed files with 7 additions and 7 deletions
|
|
@ -301,7 +301,7 @@ PC/launcher.c must also be updated.
|
|||
|
||||
*/
|
||||
|
||||
#define PYC_MAGIC_NUMBER 3658
|
||||
#define PYC_MAGIC_NUMBER 3657
|
||||
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
|
||||
(little-endian) and then appending b'\r\n'. */
|
||||
#define PYC_MAGIC_NUMBER_TOKEN \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue