bpo-29406: Prevent SSL socket leaking in asyncio by asvetlov · Pull Request #4402 · python/cpython

@asvetlov

@asvetlov

@asvetlov asvetlov changed the title Implement bpo-29406: Prevent SSL socket leaking in asyncio bpo-29406: Prevent SSL socket leaking in asyncio

Nov 15, 2017

arthurdarcet

def _on_shutdown_timeout(self):
if self._transport is not None:
self._fatal_error(
futures.TimeoutError(), 'Can not complete shitdown operation')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@1st1

Should this PR be closed?

@asvetlov

Please let me review first.

@1st1

I thought you've already merged something that fixes this, no?

@1st1

What's the status of this?

fantix added a commit to fantix/uvloop that referenced this pull request

Jul 10, 2018

fantix added a commit to fantix/uvloop that referenced this pull request

Jul 10, 2018

fantix added a commit to fantix/uvloop that referenced this pull request

Aug 15, 2018

@dimaqq

@vstinner

@mcauto