Stackless Python
Python RuntimePython N/AExpert
CPython fork with microthreads (tasklets) for massive concurrency
Quick Info
- Python Version
- N/A
- Dependencies
- C compiler
- Install
https://github.com/stackless-dev/stackless
Learn by Difficulty
Quick Example
python
# Stackless Python # CPython fork with microthreads (tasklets) for massive concurrency # # Stackless Python is a Python runtime/implementation. # Key features and usage information: print("Stackless Python") print("CPython fork with microthreads (tasklets) for massive concurrency") print("Python Version: N/A")
Stackless Python is cpython fork with microthreads (tasklets) for massive concurrency. It provides an alternative way to run Python code.
Try in PlaygroundTags
runtimeimplementationinterpreter