python-greenlet 1.1.3-ok1 source package in openKylin
Changelog
python-greenlet (1.1.3-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 28 Nov 2022 11:09:27 +0800
python-greenlet (1.1.3-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 28 Nov 2022 11:09:27 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-greenlet_1.1.3.orig.tar.gz | 84.8 KiB | ffdf608702d330f725b585cf78ad2d8d4f50227cc964dd9890a988021cef009a |
python-greenlet_1.1.3-ok1.debian.tar.xz | 7.4 KiB | 69722566083d803526a5276cdf7f0c771ad9925c71228f3feaef77cadbc5c213 |
python-greenlet_1.1.3-ok1.dsc | 1.9 KiB | faebfd73b6ea018fc6a4531affcb81face3dfe9a70bf50b2fbe6447e42da8a30 |
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.