python-greenlet 3.0.3-0ubuntu5 source package in Ubuntu

Changelog

python-greenlet (3.0.3-0ubuntu5) noble; urgency=medium

  * Build without frame pointers on ppc64el and riscv64.

 -- Matthias Klose <email address hidden>  Tue, 02 Apr 2024 12:22:20 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Downloads

File Size SHA-256 Checksum
python-greenlet_3.0.3.orig.tar.gz 172.0 KiB 279241ddd123a9e3170713d6967f97f3ba8b413f5dd56f09b887bf48ec60a35d
python-greenlet_3.0.3-0ubuntu5.debian.tar.xz 10.2 KiB 827f9fb2c73f8f5c14a43b4e39e7be6625b33b00333f7063b915976e4c892a1e
python-greenlet_3.0.3-0ubuntu5.dsc 2.4 KiB 05e4df8049f960be88c2b39e6ed2e75cf0eb3a422a207bb03c360549ef9c9d46

View changes file

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