Skip to content

Conversation

@asvetlov
Copy link
Contributor

@asvetlovasvetlov commented Nov 15, 2017

@asvetlovasvetlov changed the title Implement bpo-29406: Prevent SSL socket leaking in asynciobpo-29406: Prevent SSL socket leaking in asyncioNov 15, 2017
@asvetlovasvetlov self-assigned this Nov 15, 2017
def _on_shutdown_timeout(self):
if self._transport is not None:
self._fatal_error(
futures.TimeoutError(), 'Can not complete shitdown operation')
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Good catch, thanks!

@1st1
Copy link
Member

1st1 commented Jan 20, 2018

Should this PR be closed?

@asvetlov
Copy link
ContributorAuthor

Please let me review first.

@1st1
Copy link
Member

1st1 commented Jan 20, 2018

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

@1st1
Copy link
Member

1st1 commented May 28, 2018

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
@serhiy-storchakaserhiy-storchaka added type-bug An unexpected behavior, bug, or error needs backport to 3.7 labels Dec 8, 2018
@dimaqq
Copy link
Contributor

ping...

@vstinner
Copy link
Member

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

@asvetlovasvetlov deleted the bpo-29406 branch September 12, 2019 12:43
@mcauto
Copy link

mcauto commented Mar 16, 2020

Why closed?

#17975

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting mergetopic-asynciotype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@asvetlov@1st1@dimaqq@vstinner@mcauto@arthurdarcet@serhiy-storchaka@the-knights-who-say-ni@bedevere-bot