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 c150536 commit 3203bdcCopy full SHA for 3203bdc
1 file changed
Python/import.c
@@ -70,9 +70,10 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
70
3010 (removed UNARY_CONVERT)
71
3020 (added BUILD_SET)
72
3030 (added keyword-only parameters)
73
+ 3040 (added signature annotations)
74
.
75
*/
-#define MAGIC (3030 | ((long)'\r'<<16) | ((long)'\n'<<24))
76
+#define MAGIC (3040 | ((long)'\r'<<16) | ((long)'\n'<<24))
77
78
/* Magic word as global; note that _PyImport_Init() can change the
79
value of this global to accommodate for alterations of how the
0 commit comments