Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 203 Bytes

File metadata and controls

5 lines (4 loc) · 203 Bytes

Continue In Finally (W0136)

'continue' discouraged inside 'finally' clause Emitted when the continue keyword is found inside a finally clause. This will raise a SyntaxWarning starting in Python 3.14.