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 efc92ee commit 45ab2b6Copy full SHA for 45ab2b6
1 file changed
Python/import.c
@@ -66,7 +66,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
66
/* XXX Perhaps the magic number should be frozen and a version field
67
added to the .pyc file header? */
68
/* New way to come up with the magic number: (YEAR-1995), MONTH, DAY */
69
-#define MAGIC (50815 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (50821 | ((long)'\r'<<16) | ((long)'\n'<<24))
70
71
/* Magic word as global; note that _PyImport_Init() can change the
72
value of this global to accommodate for alterations of how the
0 commit comments