]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Sep 2021 18:56:41 +0000 (21:56 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 18:56:41 +0000 (21:56 +0300)
commit51ebb7f4f5e9bdcf8279a1d91be9569706f6bead
tree64724bc0b337d540accaecc8cf06d5d43efb07f7
parent41551ee7e24fb6c58846836d3655dbb212281206
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
Lib/test/test_socket.py