Kaydet (Commit) 99d18255 authored tarafından Guido van Rossum's avatar Guido van Rossum

New magin number (because of linenumber table).

üst d031c898
......@@ -67,7 +67,7 @@ extern long getmtime(); /* In getmtime.c */
/* XXX Perhaps the magic number should be frozen and a version field
added to the .pyc file header? */
/* New way to come up with the magic number: (YEAR-1995), MONTH, DAY */
#define MAGIC (20117 | ((long)'\r'<<16) | ((long)'\n'<<24))
#define MAGIC (20121 | ((long)'\r'<<16) | ((long)'\n'<<24))
object *import_modules; /* This becomes sys.modules */
......
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