In asyncio, does the event_loop still running after run_until_complete returned?

Ian Kelly ian.g.kelly at gmail.com
Wed Apr 4 01:55:37 EDT 2018


On Tue, Apr 3, 2018 at 9:20 PM,  <jfong at ms4.hinet.net> wrote:
> What's the purpose of resetting self._stopping back to False in finally clause?

Presumably so that the loop won't immediately stop again if you restart it.



More information about the Python-list mailing list