On Tue, Apr 3, 2018 at 9:20 PM, <[email protected]> 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. -- https://mail.python.org/mailman/listinfo/python-list
