Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 250 Bytes

exception-escape.md

File metadata and controls

7 lines (4 loc) · 250 Bytes

Pattern: Invalid exception escape

Issue: -

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.