[Python-Dev] Question about Module Loading (original) (raw)
Timothy Kadich tdkadich at gmail.com
Thu Jun 2 00:51:10 CEST 2011
- Previous message: [Python-Dev] Question about Module Loading
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Multiple clean-ups to the docs for builtin functions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <tdkadich at gmail.com> wrote:
I don't understand what you mean by "TARGET(IMPORTNAME)". I can't find that string in ceval.c.
On 1 June 2011 12:04, Benjamin Peterson <benjamin at python.org> wrote: 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(IMPORTNAME) in ceval.c.
-- Regards, Benjamin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20110601/1c34b594/attachment-0001.html>
- Previous message: [Python-Dev] Question about Module Loading
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Multiple clean-ups to the docs for builtin functions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]