]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exi...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 5 May 2022 16:39:33 +0000 (12:39 -0400)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 16:39:33 +0000 (17:39 +0100)
commite65e587f9320947d73817fbe62c11d2a0fd50dfb
tree34a2266a5d5de238444a4c76a8967d2463e62113
parentae553b3561f0f8e1fed454bbbd55073e4ba711eb
gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339)
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py