Uh oh!
There was an error while loading. Please reload this page.
bpo-29406: Prevent SSL socket leaking in asyncio - #4402
Closed
asvetlov wants to merge 5 commits into
Closed
Conversation
| def _on_shutdown_timeout(self): | ||
| if self._transport is not None: | ||
| self._fatal_error( | ||
| futures.TimeoutError(), 'Can not complete shitdown operation') |
1st1
commented
Jan 20, 2018
Member
Should this PR be closed? |
asvetlov
commented
Jan 20, 2018
ContributorAuthor
Please let me review first. |
1st1
commented
Jan 20, 2018
Member
I thought you've already merged something that fixes this, no? |
1st1
commented
May 28, 2018
Member
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
commented
Dec 18, 2018
Contributor
ping... |
vstinner
commented
Jan 10, 2019
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 |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugs.python.org/issue29406
Supersedes #2269