This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, brett.cannon, mbussonn, minrk, njs, pmpp, willingc, xtreak, yselivanov
Date 2019-05-01.15:13:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556723605.0.0.612090843134.issue34616@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-05-01 15:13:25yselivanovsetrecipients: + yselivanov, brett.cannon, njs, asvetlov, pmpp, willingc, minrk, mbussonn, xtreak
2019-05-01 15:13:24yselivanovsetmessageid: <1556723605.0.0.612090843134.issue34616@roundup.psfhosted.org>
2019-05-01 15:13:24yselivanovlinkissue34616 messages
2019-05-01 15:13:24yselivanovcreate