]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Oct 2023 16:31:02 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 16:31:02 +0000 (18:31 +0200)
commite37d4557c3de0476e76ca4b8a1cc8d2566b86c79
treeec26ceb85b169b87baa1de213107cc426adfa266
parent6e97a9647ae028facb392d12fc24973503693bd6
gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)

NetworkConnectionAttributesTest of test_socket now always declare the
'cli' attribute, so clientTearDown() cannot fail with AttributeError.
Lib/test/test_socket.py