[Python-Dev] ndPython: I NEED TO TALK WITH ONE OF THE PYTHON CORE DEVELOPERS

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 25 21:30:11 CEST 2009


> Can you tell me which modules provide to
> decode and execute a .pyc file ?

The bytecode loader in in marshal.c; the byte code interpreter is in
ceval.c. Also consider frameobject.c and codeobject.c.

HTH,
Martin


More information about the Python-Dev mailing list