diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 4d01daf..f0d4828 100644 --- a/Python/import.c +++ b/Python/import.c @@ -61,7 +61,7 @@ extern char *argv0; /* Magic word to reject .pyc files generated by other Python versions */ -#define MAGIC 0x999901L /* Increment by one for each incompatible change */ +#define MAGIC 0x999902L /* Increment by one for each incompatible change */ static object *modules; |