-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-110391: socket NetworkConnectionAttributesTest always declare cli #110401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…e cli NetworkConnectionAttributesTest of test_socket now always declare the 'cli' attribute, so clientTearDown() cannot fail with AttributeError.
I don't know the root cause of issue gh-110391, but this change should unblock test_socket which may provide more information if the test fails again. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…e cli (pythonGH-110401) NetworkConnectionAttributesTest of test_socket now always declare the 'cli' attribute, so clientTearDown() cannot fail with AttributeError. (cherry picked from commit e37d455) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-110405 is a backport of this pull request to the 3.12 branch. |
GH-110406 is a backport of this pull request to the 3.11 branch. |
…e cli (pythonGH-110401) NetworkConnectionAttributesTest of test_socket now always declare the 'cli' attribute, so clientTearDown() cannot fail with AttributeError. (cherry picked from commit e37d455) Co-authored-by: Victor Stinner <vstinner@python.org>
…re 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 e37d455) Co-authored-by: Victor Stinner <vstinner@python.org>
…re 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 e37d455) Co-authored-by: Victor Stinner <vstinner@python.org>
|
…e cli (python#110401) NetworkConnectionAttributesTest of test_socket now always declare the 'cli' attribute, so clientTearDown() cannot fail with AttributeError.
NetworkConnectionAttributesTest of test_socket now always declare the 'cli' attribute, so clientTearDown() cannot fail with AttributeError.