]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110391: socket NetworkConnectionAttributesTest always declare cli (GH-11040...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 16:58:46 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 16:58:46 +0000 (16:58 +0000)
commitcacea7a27260f56f6a29f0d7d37878c569d59cfb
tree5741a9e4c723da29c1c296043457d11c4c3c2e8e
parent34c7793cd04526827495293a098db527889d7873
[3.11] gh-110391: socket NetworkConnectionAttributesTest always declare cli (GH-110401) (#110406)

gh-110391: socket NetworkConnectionAttributesTest always declare cli (GH-110401)

NetworkConnectionAttributesTest of test_socket now always declare the
'cli' attribute, so clientTearDown() cannot fail with AttributeError.
(cherry picked from commit e37d4557c3de0476e76ca4b8a1cc8d2566b86c79)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_socket.py