Skip to content.

logo Stackless Python


Personal tools
Views

Stack

last edited 4 years ago by tomek

Stackless Python is a variant of C-Python. It's named stackless because it is implemented such that it does not use 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