python-greenlet 1.1.2-3 source package in Ubuntu
Changelog
python-greenlet (1.1.2-3) unstable; urgency=medium * Remove Sandro and Jakub from debian/copyright as requested. -- Thomas Goirand <email address hidden> Thu, 11 Nov 2021 17:33:11 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-greenlet_1.1.2-3.dsc | 2.2 KiB | 56f7f43087166dc274d4ca89649bdccc352f65aac18290ea26a5e8f75ede7b29 |
python-greenlet_1.1.2.orig.tar.gz | 84.3 KiB | 457d49479124fc7f539e2a084c056c563b171f77b8444ea37fcc2f6df637ab19 |
python-greenlet_1.1.2-3.debian.tar.xz | 9.4 KiB | 26d0f82f126d86dab72953a84d1124e65d198af28637adf5c1beefacf2a887d6 |
Available diffs
- diff from 1.1.2-1 (in Ubuntu) to 1.1.2-3 (4.0 KiB)
No changes file available.
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