]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Re-raise unexpected exceptions instead of swallowing them in various tests...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 16:53:16 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 16:53:16 +0000 (16:53 +0000)
commit14d23fddd9d860f81b59d0f1bd01ceffb0260c9c
tree7f30c3a5f051e3c0be88e79e84200bbc34541025
parent4e7843ea3e7d4c01ead20ded70096a819b9d3da7
[3.15] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152102)

(cherry picked from commit 6c3da17d1f333f6bd4c07d11e2e304159d550822)

Co-authored-by: An Long <aisk@users.noreply.github.com>
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