ST

Stackless Python

Stackless Python is an enhanced version of the Python programming language that supports microthreads, coroutines, communication channels, and task serialization. It enables cooperative multitasking without relying on the C call stack and is designed for concurrency without OS threads.
Latest: 3.8.1
Last checked: Jun 9, 2026 12:10am
Rank: 1258/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: PSF-2.0Installer: source archives and some pre-compiled installersWinget: Available

Version & Lifecycle

0
Current: 3.8.1 N-2: 3.7.5 Oldest supported: 2.7.16 Predicted EOL: 2025-02-13 Avg cadence: Every 212 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

No community notes yet

Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

stacklessStackless Pythonstackless stackless

Packaging Notes

0

Complete Python distribution; cannot be installed as an extension to existing Python

Notes

0

The project was archived and officially discontinued in February 2025. It requires building from source or using provided installers. It does not remove Python's global interpreter lock (GIL) and does not support parallelism across multiple CPU cores.