]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95882: fix regression in the traceback of exceptions propagated from inside a...
authorThomas Grainger <tagrain@gmail.com>
Tue, 3 Jan 2023 15:47:13 +0000 (15:47 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2023 15:47:13 +0000 (15:47 +0000)
commitb3722ca058f6a6d6505cf2ea9ffabaf7fb6b6e19
tree942d61e3869c65751b8fff5f8ab6960506f50c21
parent85869498331f7020e18bb243c89cd694f674b911
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (#95883)
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-08-11-10-02-19.gh-issue-95882.FsUr72.rst [new file with mode: 0644]