summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_except_star.py
Commit message (Collapse)AuthorAgeFilesLines
* Run Tools/scripts/reindent.py (GH-94225)Miss Islington (bot)2022-06-261-1/+1
| | | | | | | | Reindent files which were not properly formatted (PEP 8: 4 spaces). Remove also some trailing spaces. (cherry picked from commit e87ada48a9e5d9d03f9759138869216df0d7383a) Co-authored-by: Victor Stinner <vstinner@python.org>
* bpo-46219, 46221: simplify except* implementation following exc_info ↵Irit Katriel2022-01-021-0/+28
| | | | changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-0/+976