Update magic number

This commit is contained in:
Pablo Galindo Salgado 2025-12-06 19:18:48 +00:00
parent 470b9e4362
commit 41761e5ff8
2 changed files with 7 additions and 7 deletions

View file

@ -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 \