[3.10] bpo-45212: Fix dangling threads in skipped tests in test_socke… by serhiy-storchaka · Pull Request #28409 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
merged 1 commit into
Merged
Conversation
Member
…t (GH-28361)
tearDown() is not called if setUp() raises an exception
(including SkipTest). addCleanup() should be used for guaranteed
execution of the cleanup code.
(cherry picked from commit 7dacb70)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
pythonGH-28361) tearDown() is not called if setUp() raises an exception (including SkipTest). addCleanup() should be used for guaranteed execution of the cleanup code. (cherry picked from commit 7dacb70) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
serhiy-storchaka
merged commit
ce59ac9
into
python:3.10
bedevere-bot
removed
the
awaiting core review
label
serhiy-storchaka
deleted the
backport-7dacb70-3.10
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment