]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Mon, 1 May 2000 20:19:08 +0000 (20:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 May 2000 20:19:08 +0000 (20:19 +0000)
commit96774c1347a9849fb49b006b5451c8d156c51446
tree16390802f908d17cc17a443071fe9a07d34ae273
parentd67ddbbec110af0f7d954fcbcdf34da6c6f9b275
Marc-Andre Lemburg:

Changed all references to the MAGIC constant to use a global
pyc_magic instead. This global is initially set to MAGIC, but can be
changed by the _PyImport_Init() function to provide for
special features implemented in the compiler which are settable
using command line switches and affect the way PYC files are
generated.

Currently this change is only done for the -U flag.
Python/import.c