Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f53d20f

Browse files
committed
in 72556ff86828, I should have updated the magic as well as the comment (#14230)
1 parent de39454 commit f53d20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ typedef unsigned short mode_t;
118118
#define STRIFY(name) QUOTE(name)
119119
#define MAJOR STRIFY(PY_MAJOR_VERSION)
120120
#define MINOR STRIFY(PY_MINOR_VERSION)
121-
#define MAGIC (3210 | ((long)'\r'<<16) | ((long)'\n'<<24))
121+
#define MAGIC (3220 | ((long)'\r'<<16) | ((long)'\n'<<24))
122122
#define TAG "cpython-" MAJOR MINOR;
123123
#define CACHEDIR "__pycache__"
124124
/* Current magic word and string tag as globals. */

0 commit comments

Comments
 (0)