python-greenlet 1.1.2-3build1 source package in Ubuntu
Changelog
python-greenlet (1.1.2-3build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 19:54:45 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python | |
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-greenlet_1.1.2.orig.tar.gz | 84.3 KiB | 457d49479124fc7f539e2a084c056c563b171f77b8444ea37fcc2f6df637ab19 |
python-greenlet_1.1.2-3build1.debian.tar.xz | 9.4 KiB | 36bb27cc6fb7c5bd4cc97af63bb3360702961be6a789d457c9dd07f7d5c70543 |
python-greenlet_1.1.2-3build1.dsc | 2.2 KiB | c83048c91d7479c6ac1fb68c5261b881c25c1c0037dcbd5114a35a84a58b3ec8 |
Available diffs
- diff from 1.1.2-3 (in Debian) to 1.1.2-3build1 (344 bytes)
Binary packages built by this source
- python-greenlet-dev: Lightweight in-process concurrent programming - development files
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.
- python-greenlet-doc: Lightweight in-process concurrent programming - documentation
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.
- python3-greenlet: Lightweight in-process concurrent programming (python3)
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.
- python3-greenlet-dbgsym: debug symbols for python3-greenlet