python-greenlet 0.3.1-1ubuntu5.1 source package in Ubuntu

Changelog

python-greenlet (0.3.1-1ubuntu5.1) precise-proposed; urgency=low

  * Fix segfault on armhf (LP: #990162):
    - Backported patch from 0.3.3 which fixes the segfault.
 -- Chuck Short <email address hidden>   Wed, 18 Jul 2012 13:07:35 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc sparc s390 s390x mips armel armhf all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python

Downloads

File Size SHA-256 Checksum
python-greenlet_0.3.1.orig.tar.gz 38.0 KiB 43944631785d667f90dea6f7170382894f0a6628bda38e498f8c70975a804bfa
python-greenlet_0.3.1-1ubuntu5.1.debian.tar.gz 6.6 KiB b36f4ab246f0f34d10c96e72913efba7720e3e46418c737e97a9ce7669ef86e0
python-greenlet_0.3.1-1ubuntu5.1.dsc 1.5 KiB 808b7e00441732589c61dafb29ff689739cf0c64a53cb22b7cbf39424131bede

View changes file

Binary packages built by this source

python-greenlet: Lightweight in-process concurrent programming

 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.

python-greenlet-dbg: 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 debugging symbols for greenlet.

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 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 documentation for greenlet.