We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc3471 commit aee2e28Copy full SHA for aee2e28
Python/import.c
@@ -52,8 +52,10 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
52
Python 2.4a3: 62051
53
Python 2.4b1: 62061
54
Python 2.5a0: 62071
55
+ Python 2.5a0: 62081 (ast-branch)
56
+.
57
*/
-#define MAGIC (62071 | ((long)'\r'<<16) | ((long)'\n'<<24))
58
+#define MAGIC (62081 | ((long)'\r'<<16) | ((long)'\n'<<24))
59
60
/* Magic word as global; note that _PyImport_Init() can change the
61
value of this global to accommodate for alterations of how the
0 commit comments