Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Anselm Kruis edited this page Jan 1, 2016 · 1 revision

Stack

Stackless Python is a variant of CPython. 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`:trac: and `Channels`:trac:.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.