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). _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/NTQ22LUIKNRNA2YHKOLVPR5GI2KW6TLW/ Code of Conduct: http://python.org/psf/codeofconduct/