]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:50:36 +0000 (18:50 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 16:50:36 +0000 (16:50 +0000)
commitbc690c4b5fbf27bfd43232926cd088df97f503ce
tree64bf35ee37166cc9d4471aabeae9e2eb3f4aac8a
parent58476e8cbbe19fb60b5819d30d0020bd790fad30
[3.13] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152104)

(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