FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-29711: Fix stop_serving in proactor loop kill all listening servers by julien-duponchelle · Pull Request #431 · python/cpython · GitHub

/ cpython Public

bpo-29711: Fix stop_serving in proactor loop kill all listening servers - #431

Merged
1st1 merged 1 commit into
python:masterfrom
julien-duponchelle:fix-issue-29711
Dec 19, 2017
Merged

bpo-29711: Fix stop_serving in proactor loop kill all listening servers#431
1st1 merged 1 commit into
python:masterfrom
julien-duponchelle:fix-issue-29711

Conversation

julien-duponchelle commented Mar 3, 2017
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Current implementation of the asyncio Proactor event loop has an issue, when you stop a server it's cancel the futures of all other servers.

Original discussion: python/asyncio#496

https://bugs.python.org/issue29711

Copy link
Copy Markdown

@noplay, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Haypo and @1st1 to be potential reviewers.

1st1 commented Mar 3, 2017

Copy link
Copy Markdown
Member

@Haypo Can you take a look at this PR?

Copy link
Copy Markdown
Contributor Author

Can I do something to help ?

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM.

Copy link
Copy Markdown
Member

I agree that it's plain wrong to cancel the "accept future" of all listening servers.

1st1 commented Oct 19, 2017

Copy link
Copy Markdown
Member

Could you please add a NEWS entry using blurb?

1st1 requested a review from asvetlov October 19, 2017 17:35

Copy link
Copy Markdown
Contributor

@noplay ping

Copy link
Copy Markdown
Contributor Author

News entry added

1st1 commented Dec 18, 2017

Copy link
Copy Markdown
Member

Could you please rebase your PR once again?

Copy link
Copy Markdown
Contributor Author

It's rebase

1st1 merged commit 319c034 into python:master Dec 19, 2017
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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL