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 mbussonn
Recipients asvetlov, mbussonn, njs, xtreak, yselivanov
Date 2019-05-22.15:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558537734.62.0.668099072785.issue37006@roundup.psfhosted.org>
In-reply-to
Content
The other thing to think about is `ensure_future` and `create_task`, they may not move forward until a foreground task is running. 

You can keep a loop running between lines or code-chunks, but then doctest cannot contain `asyncio.run()`.

I'm leaning toward conservatisme, and make things better but not perfect for 3.8; potentially improving, in minor release of 3.9
History
Date User Action Args
2019-05-22 15:08:54mbussonnsetrecipients: + mbussonn, njs, asvetlov, yselivanov, xtreak
2019-05-22 15:08:54mbussonnsetmessageid: <1558537734.62.0.668099072785.issue37006@roundup.psfhosted.org>
2019-05-22 15:08:54mbussonnlinkissue37006 messages
2019-05-22 15:08:54mbussonncreate