You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
...And replace it with except BaseException (or except:), making sure we understand the consequences. This would be better if a GeneratorExit is unexpectedly thrown into a coroutine (e.g. by calling its close() method), or if KeyboardInterrupt is used and then the loop is manually restarted.