From: Christian Heimes Date: Thu, 27 Mar 2008 10:35:52 +0000 (+0000) Subject: Build bots are working again - removing the hack X-Git-Tag: v2.6a2~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61e4590ec98c82d9e397df28979601a853d7e8b4;p=thirdparty%2FPython%2Fcpython.git Build bots are working again - removing the hack --- diff --git a/Python/import.c b/Python/import.c index 39b3e622c803..b65ed0e86afa 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;