W1661 exception-escapeΒΆ

Message

'Using an exception object that was bound by an except handler'

Description

Emitted when using an exception, that was bound in an except handler, outside of the except handler. On Python 3 these exceptions will be deleted once they get out of the except handler.