[issue46411] modernize exception handling in tests

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
miss-islington added the comment: New changeset 42038d00ea7b0b5455e371285102d85006fbf687 by Miss Islington (bot) in branch '3.10': bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) https://github.com/python/cpython/commit/42038d00ea7b0b5455e371285102d85006fbf687

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
miss-islington added the comment: New changeset 1d6530dd0564a6bb75989b9fca25a649b5ddc1b0 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) (GH-30658)

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: New changeset a287b31bcb065e4122400cb59167340d25480e6d by Irit Katriel in branch 'main': bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) https://github.com/python/cpython/commit/a287b31bcb065e4122400cb59167340d25480e6d --

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +28859 pull_request: https://github.com/python/cpython/pull/30658 ___ Python tracker ___

[issue46411] modernize exception handling in tests

2022-01-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28858 pull_request: https://github.com/python/cpython/pull/30657 ___ Python tracker

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +28841 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30638 ___ Python tracker ___

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
New submission from Irit Katriel : 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