Skip to content
Commit 7a0a3a64 authored by Krzysztof Jurewicz's avatar Krzysztof Jurewicz Committed by Baptiste Mispelon
Browse files

Fixed #21509 -- Removed dead exception catching code.

Since Python 2.5, KeyboardInterrupt and SystemExit are not subclasses of
Exception, so explicitly reraising them before the “except Exception” clause
is not necessary anymore.
parent 7349a22d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment