Skip to content.

logo Stackless Python


Personal tools
Views

Stackless

last edited 4 years ago by gherman

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.

The essential abstractions are tasklets and channels.

 

Powered by Plone