PEP 654 – Exception Groups and except* (Issue 45292)

Authors

Issue 45292

Created on 2021-09-26 12:07 by iritkatriel, last changed 2022-01-06 19:06 by iritkatriel.

Videos

Python 3.11 introduces new features that make it possible to raise and handle multiple unrelated exceptions.

My talk at PyConUK explains how these new features work and goes over some of the design decisions we made.

Examples