]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (GH-11040...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 17:01:59 +0000 (10:01 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 17:01:59 +0000 (17:01 +0000)
commit4a87f927245a5eb4f007d9ba6cb0fbc96292e3a6
tree15154e708fdf16491a092aa13a86c197c8a42219
parent09ec8153c6480fd608ce6f981a050f515f1875c9
[3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (GH-110401) (#110405)

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