+1
−1
File changed.
Contains only whitespace changes.
Loading
Python 3.14 returns a SyntaxWarning if a 'return' is found in a 'finally' block. This warning signals that a return, break, or continue statement within a finally block can lead to unexpected behavior and is generally considered an anti-pattern.
File changed.
Contains only whitespace changes.