[Python-Dev] Question about Module Loading

Benjamin Peterson benjamin at python.org
Wed Jun 1 21:04:49 CEST 2011


2011/6/1 Timothy Kadich <tdkadich at gmail.com>:
> 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 ?

Many different files. Start from TARGET(IMPORT_NAME) in ceval.c.


-- 
Regards,
Benjamin


More information about the Python-Dev mailing list