ut-parla/Parla.py

Raise Exception Groups From Parallel Sections

insertinterestingnamehere opened this issue · 1 comments

Python is in the process of standardizing exception groups in PEP 654 (https://www.python.org/dev/peps/pep-0654/). This is specifically designed for cases like Parla parallel sections where multiple exceptions may need to be raised simultaneously. Once this feature has finished the standardization process and is readily available, we should use it.

Related to #55