mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
new .pyc magic number (** operator)
This commit is contained in:
parent
7cffd1322b
commit
42cd305b25
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ extern long getmtime(); /* In getmtime.c */
|
|||
Apple MPW compiler swaps their values, botching string constants */
|
||||
/* XXX Perhaps the magic number should be frozen and a version field
|
||||
added to the .pyc file header? */
|
||||
#define MAGIC (11913 | ((long)'\r'<<16) | ((long)'\n'<<24))
|
||||
#define MAGIC (1895 | ((long)'\r'<<16) | ((long)'\n'<<24))
|
||||
|
||||
object *import_modules; /* This becomes sys.modules */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue