Open
Description
Long story short
#2383 fixed flake8 blind exception, but later for example #2441 used except BaseException
It should be fixed separately in 2.3 and master branches
Expected behaviour
everywhere should be except Exception
Actual behaviour
Some parts of code uses except Exception
, some except BaseException