python-greenlet 0.3.1-1ubuntu4 source package in Ubuntu

Changelog

python-greenlet (0.3.1-1ubuntu4) oneiric; urgency=low

  * drop-ts_origin.patch: Resolve issue of an exception being cast when used
    in an i386 environment, by dropping switching-from stack reference and
    safer stack handling.  Patch courtesy of upstream commit. (LP: #840641)
  * fix-arm-broken-tests.patch: Refreshed and re-enabled as it wasn't the
    culprit to the issues encountered.
  * debian-changes-0.3.1-1ubuntu1: Refreshed and Re-enabled, removes *.pyc
    files oddly shipped in orig tarball.
 -- Dave Walker (Daviey) <email address hidden>   Mon, 05 Sep 2011 19:33:53 +0100

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc sparc s390 s390x mips armel all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-greenlet_0.3.1.orig.tar.gz 38.0 KiB 43944631785d667f90dea6f7170382894f0a6628bda38e498f8c70975a804bfa
python-greenlet_0.3.1-1ubuntu4.debian.tar.gz 6.0 KiB 085ba1bacad0a1691f4c4fa1fad70717745c7f1991028532a2c702df524e0ce8
python-greenlet_0.3.1-1ubuntu4.dsc 1.4 KiB fab07e74aebe7f108baf0283f6c6f63abfa2854f6fe93bc0549331270e377332

Available diffs

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: No summary available for python-greenlet-dev in ubuntu oneiric.

No description available for python-greenlet-dev in ubuntu oneiric.

python-greenlet-doc: No summary available for python-greenlet-doc in ubuntu oneiric.

No description available for python-greenlet-doc in ubuntu oneiric.