]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmana...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 4 May 2022 18:40:47 +0000 (14:40 -0400)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 18:40:47 +0000 (19:40 +0100)
commite61330b44f22b11a71f5bbcc17e309dd80e3e95f
tree8c820414bd1cb991e3607df4806ab48d807f0dc7
parentf8a2fab212c4e9ea92a5b667560449904c4cf7af
gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202)
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS.d/next/Library/2022-05-02-23-08-02.gh-issue-92118.9Mm9g4.rst [new file with mode: 0644]