Matthias Bussonnier <bussonniermatth...@gmail.com> added the comment:

Extra notes from in-person discussion; 
We might want a both a Sync-REPL and Async-REPL `compile()` mode depending on 
wether the REPL support async. 

One of the other question was wether `exec` should look at wether an eventloop 
is running, or if it should just return a coroutine and it's the -programmer 
job to check wether there is an event loop or not and do the right thing. 

Also for info all the top level async-await PR and issues on IPython can be 
found here: 
https://github.com/ipython/ipython/issues?q=label%3Aasync%2Fawait+is%3Aclosed

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34616>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to