Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de39454 commit f53d20fCopy full SHA for f53d20f
1 file changed
Python/import.c
@@ -118,7 +118,7 @@ typedef unsigned short mode_t;
118
#define STRIFY(name) QUOTE(name)
119
#define MAJOR STRIFY(PY_MAJOR_VERSION)
120
#define MINOR STRIFY(PY_MINOR_VERSION)
121
-#define MAGIC (3210 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (3220 | ((long)'\r'<<16) | ((long)'\n'<<24))
122
#define TAG "cpython-" MAJOR MINOR;
123
#define CACHEDIR "__pycache__"
124
/* Current magic word and string tag as globals. */
0 commit comments