[Python-ideas] Type Hinting - Performance booster ?

Mike Müller mmueller at python-academy.de
Tue Dec 23 12:14:05 CET 2014


Am 23.12.14 um 00:56 schrieb Ludovic Gasc:

> I'm waiting Python 3.3 support in PyPy to push that on production with a real
> daemon. No AsyncIO, No PyPy.

Trollius should work on PyPy already:

https://pypi.python.org/pypi/trollius
 Trollius is a portage of the Tulip project (asyncio module, PEP 3156) on
 Python 2. Trollius works on Python 2.6-3.5. It has been tested on Windows,
 Linux, Mac OS X, FreeBSD and OpenIndiana.

http://trollius.readthedocs.org/en/latest/changelog.html
 2014-07-30: Version 1.0.1
 This release supports PyPy and has a better support of asyncio coroutines,
 especially in debug mode.

Mike



More information about the Python-ideas mailing list