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

2009-06-29 Thread Jeroen Ruigrok van der Werven
-On [20090626 22:29], Terry Reedy (tjre...@udel.edu) wrote: >If you were running on a PC with what is now considered to be very small >memory, I would hypothesize that you had filled memory so that the >interpreter or parts thereof were being swapped in and out of memory >from and to disk. Is an

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

2009-06-26 Thread Terry Reedy
Filippo Battaglia wrote: Thanks for your answers. Sorry for the title in upper case. I didn't want to create troubles. :) I've an important question for you: is it possible that a large python module, created using SWIG and with a hundred of routines, makes slower the execution (i.e. the job of

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

2009-06-26 Thread Filippo Battaglia
Thanks for your answers. Sorry for the title in upper case. I didn't want to create troubles. :) I've an important question for you: is it possible that a large python module, created using SWIG and with a hundred of routines, makes slower the execution (i.e. the job of ceval.c) of the Python

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

2009-06-25 Thread Martin v. Löwis
> 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@

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

2009-06-24 Thread Terry Reedy
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

Re: [Python-Dev] ndPython

2009-06-24 Thread Antoine Pitrou
Filippo Battaglia email.it> writes: > > http://www.psp-ita.com/forum/viewtopic.php?t=28323&start=20 > > from ndpsp import * > x = time.clock () > for i in range(1000): > pass > print >> clock, "1.", time.clock()-t First, it has been noted that your message would better be sent to python

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

2009-06-24 Thread Kristján Valur Jónsson
> -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

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

2009-06-24 Thread Terry Reedy
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

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

2009-06-24 Thread Filippo Battaglia
I need help with an implementation of your interpreter under Nanodesktop PSPE/PSP. I'm working to a version of Stackless Python interpreter (2.5.2) called ndPython. It is able to work under PSPE and PSP and it shall be the most powerful interpreter ever realized before on these platforms. I need