This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients brandtbucher, iritkatriel, veky
Date 2022-01-02.23:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641165766.33.0.957456497696.issue46219@roundup.psfhosted.org>
In-reply-to
Content
New changeset 65e7c1f90e9136fc61f4af029b065d9f6c5664c3 by Irit Katriel in branch 'main':
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
https://github.com/python/cpython/commit/65e7c1f90e9136fc61f4af029b065d9f6c5664c3
History
Date User Action Args
2022-01-02 23:22:46iritkatrielsetrecipients: + iritkatriel, veky, brandtbucher
2022-01-02 23:22:46iritkatrielsetmessageid: <1641165766.33.0.957456497696.issue46219@roundup.psfhosted.org>
2022-01-02 23:22:46iritkatriellinkissue46219 messages
2022-01-02 23:22:46iritkatrielcreate