]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This modified version of a patch by Thomas Heller allows __import__
authorMarc-André Lemburg <mal@egenix.com>
Fri, 9 Feb 2001 19:40:15 +0000 (19:40 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 9 Feb 2001 19:40:15 +0000 (19:40 +0000)
commit3c61c3525f4cf23acae95c5229abd10fe0998d28
tree216162b106115635a7c16353a2de5de76b0e67c4
parentdbbbaf26969547b3cdd1b0eabc922e7d3f37cf99
This modified version of a patch by Thomas Heller allows __import__
hooks to take over the Python import machinery at a very early stage
in the Python startup phase.

If there are still places in the Python interpreter which need to
bypass the __import__ hook, these places must now use
PyImport_ImportModuleEx() instead. So far no other places than in
the import mechanism itself have been identified.
Python/import.c