Skip to content

Commit 41761e5

Browse files
committed
Update magic number
1 parent 470b9e4 commit 41761e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ PC/launcher.c must also be updated.
301301
302302
*/
303303

304-
#define PYC_MAGIC_NUMBER 3658
304+
#define PYC_MAGIC_NUMBER 3657
305305
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
306306
(little-endian) and then appending b'\r\n'. */
307307
#define PYC_MAGIC_NUMBER_TOKEN \

Programs/test_frozenmain.h

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)