]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
authorZac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
Fri, 10 Nov 2023 13:32:36 +0000 (08:32 -0500)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 13:32:36 +0000 (13:32 +0000)
commitd61313bdb1eee3e4bb111e0b248ac2dbb48be917
treec5cff2f6ee3ab3d8350127adfea5834964c11d47
parent64fea3211d08082236d05c38ee728f922eb7d8ed
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Doc/library/contextlib.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS.d/next/Library/2023-11-09-10-45-56.gh-issue-103791.sdfkja.rst [new file with mode: 0644]