Hi!

Looks like there's a new PEP coming up which receives rather strong support:

https://www.python.org/dev/peps/pep-0492/

It proposes new sytax constructs like

    async with EXPR as VAR:
        BLOCK

    async for TARGET in ITER:
        BLOCK

that substantially simplify asynchronous code. Here's the current
discussion thread on python-ideas:

http://comments.gmane.org/gmane.comp.python.ideas/33009

Stefan
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to