[Python-ideas] async/await in Python

M.-A. Lemburg mal at egenix.com
Fri Apr 17 23:34:07 CEST 2015


On 17.04.2015 20:58, Yury Selivanov wrote:
> Hello python-ideas,
> 
> Here's my proposal to add async/await in Python.
> 
> I believe that PEPs 380 and 3156 were a major breakthrough for Python 3,
> and I hope that this PEP can be another big step.  Who knows, maybe it
> will be one of the reasons to drive people's interest towards Python 3.

Thanks for proposing this syntax. With async/await added to Python I think I
would actually start writing native async code instead of relying on
gevent to do all the heavy lifting for me ;-)

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 17 2015)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> mxODBC Plone/Zope Database Adapter ...       http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


More information about the Python-ideas mailing list