Stackless Python
| Use attributes for filter ! | |
| Operating system | Linux |
|---|---|
| Windows | |
| License | Python Software Foundation License |
| Stable release | August 4, 2019 |
| Developers | Anselm Kruis |
| Original author(s) | Christian Tismer |
| Written in | C |
| Python | |
| Date of Reg. | |
| Date of Upd. | |
| ID | 1274180 |
About Stackless Python
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack. In practice, Stackless Python uses the C stack, but the stack is cleared between function calls.