python / exceptiongroups

An early draft of a PEP around Exception Groups in Python
21 stars 4 forks source link

This repo is used as a place to discuss adding a concept of exception groups (also known as multi-errors) to Python 3.10. Checkout Issues for more information.

Experimental implementation : https://github.com/iritkatriel/cpython/tree/exceptionGroup-stage5 PRs for discussion: ExceptionGroup and except: https://github.com/iritkatriel/cpython/pull/7 Plus raise inside except block: https://github.com/iritkatriel/cpython/pull/8