[issue34616] implement "Async exec"

Yury Selivanov report at bugs.python.org
Wed May 1 11:13:25 EDT 2019


Yury Selivanov <yselivanov at gmail.com> added the comment:

> Yeah, I think this is pretty simple: the runtime/stdlib should provide the primitives to compile top-level async code, get coroutines, etc., and then a REPL like ipython can take care of handing that off to asyncio or whatever library they want.

Exactly.  FWIW I'm +1 to have this in 3.8.  Do you have a patch for this?  If not I can take a look at this myself tomorrow or the day after.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34616>
_______________________________________


More information about the Python-bugs-list mailing list