Jump to content

Stackless Python

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 217.168.78.10 (talk) at 14:16, 8 June 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Stackless Python is a variant of C-Python. It's named stackless because it is implemented such that it tries to eliminate the use of the C stack . Stackless Python is not a Python extension that you can use on top of a preexisting Python installation. It is a complete Python distribution in itself, with (considerable) modifications in the C sources of the original Python implementation.

Stackless Python Home Stackless Python old site