Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #512

[ANNOUNCE] greenlet 0.3.4

From Ralf Schmitt <ralf@systemexit.de>
Subject [ANNOUNCE] greenlet 0.3.4
Date 2012-02-11 21:44 +0100
Newsgroups comp.lang.python.announce
Message-ID <mailman.5728.1329063333.27778.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi,

I have uploaded greenlet 0.3.4 to PyPI:
http://pypi.python.org/pypi/greenlet

What is it?
-----------
The greenlet module provides coroutines for python. coroutines allow
suspending and resuming execution at certain locations.

concurrence[1], eventlet[2] and gevent[3] use the greenlet module in
order to implement concurrent network applications.

Documentation can be found here: http://greenlet.readthedocs.org

The code is hosted on github:
https://github.com/python-greenlet/greenlet


Changes in version 0.3.4
------------------------
The NEWS file lists these changes for release 0.3.4:

* Use plain distutils for install command, this fixes installation of
  the greenlet.h header.
* Enhanced arm32 support
* Fix support for Linux/S390 zSeries
* Workaround compiler bug on RHEL 3 / CentOS 3


[1] http://opensource.hyves.org/concurrence/
[2] http://eventlet.net/
[3] http://www.gevent.org/

-- 
Cheers
Ralf Schmitt

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

[ANNOUNCE] greenlet 0.3.4 Ralf Schmitt <ralf@systemexit.de> - 2012-02-11 21:44 +0100

csiph-web