-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-33037: Skip sending/receiving after SSL transport closing #6044
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
|
@1st1 please review. |
|
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
…GH-6044) * Skip write()/data_received() if sslpipe is destroyed (cherry picked from commit 5e80a71) Co-authored-by: Andrew Svetlov <[email protected]>
|
GH-6057 is a backport of this pull request to the 3.7 branch. |
|
Sorry, @asvetlov, I could not cleanly backport this to |
…ythonGH-6044) * Skip write()/data_received() if sslpipe is destroyed. (cherry picked from commit 5e80a71)
|
GH-6058 is a backport of this pull request to the 3.6 branch. |
… (GH-6057) * Skip write()/data_received() if sslpipe is destroyed (cherry picked from commit 5e80a71) Co-authored-by: Andrew Svetlov <[email protected]>
…GH-6044) * Skip write()/data_received() if sslpipe is destroyed
Before this patch, writing to a closed pipe will silently fail. This issue is slightly related to bpo-33037/pythonGH-6044.
https://bugs.python.org/issue33037