mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
New magin number (because of linenumber table).
This commit is contained in:
parent
d031c89891
commit
99d182550b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue