projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7576583
)
Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating...
author
Collin Winter
<collinw@gmail.com>
Fri, 31 Aug 2007 00:42:15 +0000
(
00:42
+0000)
committer
Collin Winter
<collinw@gmail.com>
Fri, 31 Aug 2007 00:42:15 +0000
(
00:42
+0000)
Python/import.c
patch
|
blob
|
history
diff --git
a/Python/import.c
b/Python/import.c
index 33cafd02b6995d3728389297e07132d3479c9ae8..72837836bc035ff64a351f4ebe09f60bcb7cfb9d 100644
(file)
--- a/
Python/import.c
+++ b/
Python/import.c
@@
-77,7
+77,7
@@
extern time_t PyOS_GetLastModificationTime(char *, FILE *);
3070 (PEP 3109 raise changes)
.
*/
-#define MAGIC (30
6
0 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (30
7
0 | ((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