Commit 32347fb2 authored by Collin Winter's avatar Collin Winter

Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating the comment).

parent 75765839
...@@ -77,7 +77,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *); ...@@ -77,7 +77,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
3070 (PEP 3109 raise changes) 3070 (PEP 3109 raise changes)
. .
*/ */
#define MAGIC (3060 | ((long)'\r'<<16) | ((long)'\n'<<24)) #define MAGIC (3070 | ((long)'\r'<<16) | ((long)'\n'<<24))
/* Magic word as global; note that _PyImport_Init() can change the /* Magic word as global; note that _PyImport_Init() can change the
value of this global to accommodate for alterations of how the value of this global to accommodate for alterations of how the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment