[issue46411] modernize exception handling in tests

Irit Katriel report at bugs.python.org
Mon Jan 17 09:40:58 EST 2022


New submission from Irit Katriel <iritkatriel at gmail.com>:

There are a few tests that use sys.exc_info() because they needed to in python 2, but there is no longer a reason to do it. I will make a patch shortly.

----------
assignee: iritkatriel
components: Tests
messages: 410789
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: modernize exception handling in tests
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the Python-bugs-list mailing list