mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Build bots are working again - removing the hack
This commit is contained in:
parent
23a48ad101
commit
61e4590ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue