aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_except_star.py
Commit message (Expand)AuthorAge
* gh-99181: fix except* on unhashable exceptions (GH-99192)Irit Katriel2022-11-08
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-26
* bpo-46219, 46221: simplify except* implementation following exc_info changes....Irit Katriel2022-01-02
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-14