티스토리 수익 글 보기
{{ message }}
This repository was archived by the owner on Apr 10, 2022. It is now read-only.
python/exceptiongroups
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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*: iritkatriel/cpython#7 Plus raise inside except* block: iritkatriel/cpython#8