
24 Feb
2021
24 Feb
'21
9:19 a.m.
Please include an example for:
except *ExceptionGroup: pass
I *think* it swallows all exceptions, instead of re-raising. I *think* it also catches (and then swallows) bare exception that were not initially part of an ExceptionGroup. I *think* it catches anything that gets raised, not just subclasses of Exception (or even BaseException).