This repository was archived by the owner on Nov 23, 2017. It is now read-only.
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Let's go over all places where except Exception
is used #276
Open
Description
...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.
Metadata
Metadata
Assignees
Labels
No labels