Lightweight in-process concurrent programming
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 3 version.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 3.1.1-8.fc44 | - |
| Fedora 43 | 3.1.1-8.fc43 | 3.1.1-8.fc43 |
| Fedora 42 | 3.1.1-2.fc42 | - |
| Fedora 41 | 3.1.1-1.fc41 | 3.1.1-1.fc41 |
You can contact the maintainers of this package via email at
python-greenlet dash maintainers at fedoraproject dot org.