Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: How the heck does async/await work in Python 3.5 Date: Fri, 19 Feb 2016 22:44:04 -0800 Organization: A noiseless patient Spider Lines: 18 Message-ID: <8760xj7uff.fsf@jester.gateway.pace.com> References: <56c7d145$0$1597$c3e8da3$5496439d@news.astraweb.com> <9d968a2e-f23c-4c93-979d-43dfa610c343@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="3c7a0b0f75f6c95b248ff930d17c36e7"; logging-data="21271"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hRAYsO3c5U4qqc8yopR1A" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:bYbjGBrzypuTEcOhWHxFTAUl9Yo= sha1:twmauamZStKW71t9n/7A67V2CYo= Xref: csiph.com comp.lang.python:103239 Rustom Mody writes: > Forgot the probably most important: Not merging stackless into CPython I thought there was some serious technical obstacle to that. Where can I find Greg Ewing's suggestions about Python coroutines? The async/await stuff seems ok on the surface. I liked the Lua paper about coroutines: http://www.inf.puc-rio.br/~roberto/docs/corosblp.pdf it has a fair amount of historical info, comparison of implementation techniques, etc. But frankly the stuff I'm seeing in this thread makes me sad for Python. It's an impossible dream but it would be awesome to have Erlang-like communicating microtasks in Python.