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 7576583 commit 32347fbCopy full SHA for 32347fb
1 file changed
Python/import.c
@@ -77,7 +77,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
77
3070 (PEP 3109 raise changes)
78
.
79
*/
80
-#define MAGIC (3060 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (3070 | ((long)'\r'<<16) | ((long)'\n'<<24))
81
82
/* Magic word as global; note that _PyImport_Init() can change the
83
value of this global to accommodate for alterations of how the
0 commit comments