Skip to content

Commit 73b9b87

Browse files
committed
Fix magic number
1 parent 87215d5 commit 73b9b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 3665
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 \

0 commit comments

Comments
 (0)