[Python-ideas] Late to the async party (PEP 3156)

Antoine Pitrou solipsis at pitrou.net
Sun Dec 16 11:16:02 CET 2012


On Sat, 15 Dec 2012 21:37:15 -0800
Guido van Rossum <guido at python.org> wrote:
> Hi Jason,
> 
> I don't think you've missed anything. I had actually planned to keep
> PEP 3156 unpublished for a bit longer, since I'm not done writing the
> reference implementation -- I'm sure that many of the issues currently
> marked open or TBD will be resolved that way. There hasn't been any
> public discussion since the last threads on python-ideas some weeks
> ago -- however I've met in person with some Twisted folks and
> exchanged private emails with some other interested parties.

For the record, have you looked at the pyuv API? It's rather nicely
orthogonal, although it lacks a way to stop the event loop.
https://pyuv.readthedocs.org/en

Regards

Antoine.





More information about the Python-ideas mailing list