Message 321329 - Python tracker

Message321329

Author yselivanov
Recipients and800, asvetlov, yselivanov
Date 2018-07-09.16:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531152470.97.0.56676864532.issue34074@psf.upfronthosting.co.za>
In-reply-to
Content
> To make example more practical, let's change `loop.stop()` to `raise KeyboardInterrupt()`. Program stops without calling `close()`

Try to use the new `asyncio.run()` function (in Py 3.7)
History
Date User Action Args
2018-07-09 16:07:51yselivanovsetrecipients: + yselivanov, asvetlov, and800
2018-07-09 16:07:50yselivanovsetmessageid: <1531152470.97.0.56676864532.issue34074@psf.upfronthosting.co.za>
2018-07-09 16:07:50yselivanovlinkissue34074 messages
2018-07-09 16:07:50yselivanovcreate