On Wed, 01 Jun 2011 10:54:13 -0700, Timothy Kadich <[email protected]> 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
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to