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, mbussonn, vstinner, xtreak, yselivanov
Date 2019-05-27.15:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558969710.79.0.253065149355.issue37028@roundup.psfhosted.org>
In-reply-to
Content
> I suggest "Python asyncio REPL 3.8.0a4+ (...)". I prefer to keep "Python" somewhere.

Sure.

> Is "exiting asyncio REPL..." message really helpful? If exit can block, would it possible to only display a message if something "hangs" (takes time)? I would expect something like "Waiting for xxx completion for 1 second...".

NP, I can drop the message.  The waiting part isn't necessary, since we don't try to shutdown the loop properly anyways (yet)
History
Date User Action Args
2019-05-27 15:08:30yselivanovsetrecipients: + yselivanov, vstinner, asvetlov, mbussonn, xtreak
2019-05-27 15:08:30yselivanovsetmessageid: <1558969710.79.0.253065149355.issue37028@roundup.psfhosted.org>
2019-05-27 15:08:30yselivanovlinkissue37028 messages
2019-05-27 15:08:30yselivanovcreate