[Python-Dev] Question about Module Loading

R. David Murray rdmurray at bitdance.com
Wed Jun 1 21:03:54 CEST 2011


On Wed, 01 Jun 2011 10:54:13 -0700, Timothy Kadich <tdkadich at gmail.com> wrote:
> If a Python program imported a module, say numpy for example, where in the
> source is this line interpreted and then handled by import.c ?

Your question is not as simple as you think (I think), but I'm
guessing you will want to look at Python/ceval.c.

--
R. David Murray           http://www.bitdance.com


More information about the Python-Dev mailing list