> 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
___
Python-Dev mailing list
Python-Dev@
Kristján Valur Jónsson wrote:
The OP was redirected here from the stackless list since his
questions were not stackless specific.
Ok. He should have said so. Third party directions are not always right.
As it turns out, he did post to python-list but ignored the rather
strong hint about not s
> -Original Message-
> From: python-dev-bounces+kristjan=ccpgames@python.org
> [mailto:python-dev-bounces+kristjan=ccpgames@python.org] On Behalf
> Of Terry Reedy
> Sent: 24. júní 2009 16:10
> To: python-dev@python.org
> Subject: Re: [Python-Dev] ndPython: I NEED TO
SUBJECT LINES IN ALL CAPS CREATE NEGATIVE IMPRESSION
Filippo Battaglia wrote:
[snip questions I cannot answer]
Question about existing, older Python versions should be directed to
python-list, at least for a first try. Stackless Python is not produced
by PSF core developers. It has third-part