stackless Python

Michael Hudson mwh21 at cam.ac.uk
Tue Feb 8 18:05:38 EST 2000


Armin Steinhoff <Armin at Steinhoff.de> writes:

> Hi All,
> 
> is somone using the stackless Python implementation ?
> Are there any information about HOW-TO-USE it ???

Using it ... no not really. But I've played with it quite a lot.

Besides, there isn't much to "use", it works very much like vanilla
Python, at least until you type

import continuation

:-)

> BTW ... we are using Python under the RTOS QNX 4.25 ...

Ah. Don't know anything about QNX, but judging from my experience of
getting it working on linux, you have to bully the files about a bit
to get them to compile. Christian, bless his soul, does go and use
windows for his development platform, and MS Visual C++'s
interpretation of the ANSI C standard is "interesting". Adjusting the
source to sufficient compliance isn't that hard, but I can probably
send you some patches to do it, if you like.

Cheers,
Michael



More information about the Python-list mailing list