]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95882: fix regression in the traceback of exceptions propagated from inside a...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Jan 2023 16:18:45 +0000 (08:18 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2023 16:18:45 +0000 (08:18 -0800)
commit861cdefc1bccd419bd268a9f60b34bffbaff9ea2
tree3449e145139fb7ba6f2a78806097919a42cbb542
parentb99ac1dbc081e4f2d2e68906e9c7c535e628611a
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)

(cherry picked from commit b3722ca058f6a6d6505cf2ea9ffabaf7fb6b6e19)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
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]