Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18600 > unrolled thread
| Started by | Ralf Schmitt <ralf@systemexit.de> |
|---|---|
| First post | 2012-01-06 14:59 +0100 |
| Last post | 2012-01-06 14:59 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
[ANNOUNCE] greenlet 0.3.3 Ralf Schmitt <ralf@systemexit.de> - 2012-01-06 14:59 +0100
| From | Ralf Schmitt <ralf@systemexit.de> |
|---|---|
| Date | 2012-01-06 14:59 +0100 |
| Subject | [ANNOUNCE] greenlet 0.3.3 |
| Message-ID | <mailman.4479.1325858368.27778.python-list@python.org> |
Hi, I have uploaded greenlet 0.3.3 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.3 ------------------------ The NEWS file lists these changes for release 0.3.3: * Use sphinx to build documentation and publish it on greenlet.rtfd.org * Prevent segfaults on openbsd 4/i386 * Workaround gcc-4.0 not allowing to clobber rbx * Enhance test infrastructure * Fix possible compilation problems when including greenlet.h in C++ mode * Make the greenlet module work on x64 windows * Add a test for greenlet C++ exceptions * Fix compilation on Solaris with SunStudio [1] http://opensource.hyves.org/concurrence/ [2] http://eventlet.net/ [3] http://www.gevent.org/ -- Cheers Ralf Schmitt
Back to top | Article view | comp.lang.python
csiph-web