Crimes against error handling, honesty about failure, and the idea that except: should ever appear without a type after it.
except_pass.py— every risky line wrapped inexcept: pass, function never raises, never truly succeeds eithercatching_systemexit.py— a "safe" wrapper that also politely swallowssys.exit()