]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-raise unexpected exceptions instead of swallowing them in various tests (#152019)
authorAn Long <aisk@users.noreply.github.com>
Wed, 24 Jun 2026 16:26:34 +0000 (01:26 +0900)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 16:26:34 +0000 (17:26 +0100)
commit6c3da17d1f333f6bd4c07d11e2e304159d550822
treeb2e6b6b625fb0e92eb8d6aa93c4dd74b3c6224e0
parent0fb82b46df7bc95c2ba816afba56ff6a6c51caaf
Re-raise unexpected exceptions instead of swallowing them in various tests (#152019)

Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_fcntl.py
Lib/test/test_launcher.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_socket.py