-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-29406: Prevent SSL socket leaking in asyncio #4402
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
Lib/asyncio/sslproto.py
Outdated
def _on_shutdown_timeout(self): | ||
if self._transport is not None: | ||
self._fatal_error( | ||
futures.TimeoutError(), 'Can not complete shitdown operation') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
Should this PR be closed? |
Please let me review first. |
I thought you've already merged something that fixes this, no? |
What's the status of this? |
ping... |
I removed the " needs backport to 3.6" label, the 3.6 branch no long accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches |
|
https://bugs.python.org/issue29406
Supersedes #2269