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
bpo-46252: Prevent _SelectorSocketTransport from closing on SSLWantRe… #30385
Conversation
…adError and SSLWantWriteError
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I am facing this issue when calling to |
|
I found out it happens both in writing and reading data, so I think that now it is handled better - I have made the requested changes; please review again |
|
Thanks for making the requested changes! @asvetlov: please review the changes made to this pull request. |
|
Using SSLSocket is forbidden in asyncio, sorry. The only thing that asyncio can do is raise a Actually, it has this check already for |
|
Thanks you for your response! |
|
This PR is stale because it has been open for 30 days with no activity. |
|
Sorry, pymobiledevice3 discussion is out of the project scope. Try to ask there. |


https://bugs.python.org/issue46252