]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files,
authorGuido van Rossum <guido@python.org>
Thu, 8 Jul 1999 17:26:56 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Jul 1999 17:26:56 +0000 (17:26 +0000)
commit7c85ab829db9628a2f093767966cd92d6f71607b
tree48567fa7370c3595726a508a84e94a38575b6041
parent3a4ceb707d7b9acf41a44cb9a42610a1ef9584c9
Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files,
done by _PyImport_Init(), comes to late to affect the import of
exceptions.py by _PyBuiltin_Init_2().  Move  _PyImport_Init() up few lines.
Python/pythonrun.c