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 d031c89 commit 99d1825Copy full SHA for 99d1825
1 file changed
Python/import.c
@@ -67,7 +67,7 @@ extern long getmtime(); /* In getmtime.c */
67
/* XXX Perhaps the magic number should be frozen and a version field
68
added to the .pyc file header? */
69
/* New way to come up with the magic number: (YEAR-1995), MONTH, DAY */
70
-#define MAGIC (20117 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (20121 | ((long)'\r'<<16) | ((long)'\n'<<24))
71
72
object *import_modules; /* This becomes sys.modules */
73
0 commit comments