Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99d1825

Browse files
committed
New magin number (because of linenumber table).
1 parent d031c89 commit 99d1825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extern long getmtime(); /* In getmtime.c */
6767
/* XXX Perhaps the magic number should be frozen and a version field
6868
added to the .pyc file header? */
6969
/* New way to come up with the magic number: (YEAR-1995), MONTH, DAY */
70-
#define MAGIC (20117 | ((long)'\r'<<16) | ((long)'\n'<<24))
70+
#define MAGIC (20121 | ((long)'\r'<<16) | ((long)'\n'<<24))
7171

7272
object *import_modules; /* This becomes sys.modules */
7373

0 commit comments

Comments
 (0)