python313-greenlet - Lightweight in-process concurrent programming
| Website: | https://github.com/python-greenlet/greenlet |
|---|---|
| License: | MIT AND PSF-2.0 |
| Vendor: | Alcance Libre, Inc. |
- Description:
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". Python %{python313_version} version.
Packages
| python313-greenlet-3.3.1-1.aldos.src [185 KiB] |
Changelog
by Joel Barrios (2026-02-06):
- Update to 3.3.1. |