Hacker News new | ask | show | jobs
by uranusjr 2038 days ago
`contextlib.suppress(BaseException)` is possible if you really want to (although both this and the bare except clause should be avoided anyway).