diff options
| author | Christian Heimes <christian@cheimes.de> | 2008-03-27 10:35:52 (GMT) |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2008-03-27 10:35:52 (GMT) |
| commit | 61e4590ec98c82d9e397df28979601a853d7e8b4 (patch) | |
| tree | 012f610b6482a72e5244d82f196a0c16f1a7053b /Python | |
| parent | 23a48ad101c2068b546feead99db8b7522402514 (diff) | |
| download | cpython-61e4590ec98c82d9e397df28979601a853d7e8b4.zip cpython-61e4590ec98c82d9e397df28979601a853d7e8b4.tar.gz cpython-61e4590ec98c82d9e397df28979601a853d7e8b4.tar.bz2 | |
Build bots are working again - removing the hack
Diffstat (limited to 'Python')
| -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 39b3e62..b65ed0e 100644 --- a/Python/import.c +++ b/Python/import.c @@ -80,7 +80,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *); /* Magic word as global; note that _PyImport_Init() can change the value of this global to accommodate for alterations of how the compiler works which are enabled by command line switches. */ -static long pyc_magic = MAGIC+2; +static long pyc_magic = MAGIC; /* See _PyImport_FixupExtension() below */ static PyObject *extensions = NULL; |
