Skip to content

Commit 3e475e8

Browse files
committed
Use correct magic number
1 parent 6ac95d4 commit 3e475e8

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
@@ -279,7 +279,7 @@ PC/launcher.c must also be updated.
279279
280280
*/
281281

282-
#define PYC_MAGIC_NUMBER 3615
282+
#define PYC_MAGIC_NUMBER 3614
283283
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
284284
(little-endian) and then appending b'\r\n'. */
285285
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)