1 comment

[ 4.6 ms ] story [ 14.0 ms ] thread
Agreed. except: pass is a major bad smell in any Python codebase, just as catch (...) is in C++. The higher up the stack you are the worse it is. A top level event loop with catch (...), maybe dispatching events, is a major red flag.