| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python312-greenlet | Distribution: openSUSE Tumbleweed |
| Version: 3.3.1 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Jan 29 09:40:10 2026 |
| Group: Development/Libraries/Python | Build host: reproducible |
| Size: 1003451 | Source RPM: python-greenlet-3.3.1-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/python-greenlet/greenlet | |
| Summary: 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".