Nevermind. In 2.6 (what I'm working with) it's "case IMPORT_NAME:" Thank you for letting me know where to start.
On 1 June 2011 15:43, Timothy Kadich <[email protected]> wrote: > I don't understand what you mean by "TARGET(IMPORT_NAME)". I can't find > that string in ceval.c. > > > On 1 June 2011 12:04, Benjamin Peterson <[email protected]> wrote: > >> 2011/6/1 Timothy Kadich <[email protected]>: >> > 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 >> > >
_______________________________________________ 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
