python-greenlet 3.3.2-ok1 source package in openKylin
Changelog
python-greenlet (3.3.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:47:07 +0800
python-greenlet (3.3.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:47:07 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-greenlet_3.3.2.orig.tar.gz | 178.1 KiB | 8fef0771bcf3bb4edb19fb6e997e127caa1ed4691b242080f1756ab1d1337d59 |
| python-greenlet_3.3.2-ok1.debian.tar.xz | 7.9 KiB | 9c3fbc3a08d1435d0d0683808ef6e87e19013a1462d7959d95c52df085cb032c |
| python-greenlet_3.3.2-ok1.dsc | 2.1 KiB | f1789e67004d06c9afe3637bebf13444bb014675202883b9b0c8cde9a2193816 |
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".
.
greenlet is the standalone package derived from the py lib, and is used by
several non-blocking IO packages as a more flexible alternative to Python's
built in coroutines.
.
This is the development package for greenlet.
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".
.
greenlet is the standalone package derived from the py lib, and is used by
several non-blocking IO packages as a more flexible alternative to Python's
built in coroutines.
.
This is the documentation for greenlet.
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".
.
greenlet is the standalone package derived from the py lib, and is used by
several non-blocking IO packages as a more flexible alternative to Python's
built in coroutines.