Skip to content

Commit 757eb3e

Browse files
committed
Fix crash and regen-all
1 parent 273ae11 commit 757eb3e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ PC/launcher.c must also be updated.
308308
309309
*/
310310

311-
#define PYC_MAGIC_NUMBER 3663
311+
#define PYC_MAGIC_NUMBER 3664
312312
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
313313
(little-endian) and then appending b'\r\n'. */
314314
#define PYC_MAGIC_NUMBER_TOKEN \

Programs/test_frozenmain.h

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

0 commit comments

Comments
 (0)