[issue46219] except* assumes that an exception group is truthy

Irit Katriel report at bugs.python.org
Sun Jan 2 18:22:46 EST 2022


Irit Katriel <iritkatriel at gmail.com> added the comment:


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


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46219>
_______________________________________


More information about the Python-bugs-list mailing list