]> granicus.if.org Git - python/commitdiff
Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating...
authorCollin Winter <collinw@gmail.com>
Fri, 31 Aug 2007 00:42:15 +0000 (00:42 +0000)
committerCollin Winter <collinw@gmail.com>
Fri, 31 Aug 2007 00:42:15 +0000 (00:42 +0000)
Python/import.c

index 33cafd02b6995d3728389297e07132d3479c9ae8..72837836bc035ff64a351f4ebe09f60bcb7cfb9d 100644 (file)
@@ -77,7 +77,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
           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
    value of this global to accommodate for alterations of how the