]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Sep 2021 19:40:33 +0000 (12:40 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 19:40:33 +0000 (22:40 +0300)
commit6c50f23ae085ec66f320a26a3f0a6c60d7f2b29d
treeffb18df5c46b46453a711dad298e6fad71351a6a
parent0f4449ecb0d678984b1343d60c070dcb1bd62e56
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422) (GH-28424)

(cherry picked from commit 51ebb7f4f5e9bdcf8279a1d91be9569706f6bead)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_socket.py