bpo-29711: Fix stop_serving in proactor loop kill all listening servers by julien-duponchelle · Pull Request #431 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
1st1 merged 1 commit intopython:masterfrom
Dec 19, 2017Merged
Conversation
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
Copy link Copy Markdown
mention-bot
commented
Mar 3, 2017
mention-bot commented
Mar 3, 2017
the-knights-who-say-ni
added
the
CLA signed
label
julien-duponchelle
mentioned this pull request
Copy link Copy Markdown
Member
1st1
commented
Mar 3, 2017
1st1 commented
Mar 3, 2017@Haypo Can you take a look at this PR?
Copy link Copy Markdown
Contributor Author
julien-duponchelle
commented
Aug 21, 2017
julien-duponchelle commented
Aug 21, 2017Can I do something to help ?
vstinner approved these changes Aug 21, 2017
Copy link Copy Markdown
Member
vstinner
left a comment
vstinner
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
bedevere-bot
added
the
awaiting merge
label
Copy link Copy Markdown
Member
vstinner
commented
Aug 21, 2017
vstinner commented
Aug 21, 2017I agree that it's plain wrong to cancel the "accept future" of all listening servers.
Copy link Copy Markdown
Member
1st1
commented
Oct 19, 2017
1st1 commented
Oct 19, 2017Could you please add a NEWS entry using blurb?
1st1
requested a review
from asvetlov
1st1 approved these changes Oct 19, 2017
gvanrossum
mentioned this pull request
Copy link Copy Markdown
Contributor
asvetlov
commented
Dec 13, 2017
asvetlov commented
Dec 13, 2017@noplay ping
julien-duponchelle
force-pushed
the
fix-issue-29711
branch
from
ca0f031 to
42a07c5
Compare
Copy link Copy Markdown
Contributor Author
julien-duponchelle
commented
Dec 13, 2017
julien-duponchelle commented
Dec 13, 2017News entry added
Copy link Copy Markdown
Member
1st1
commented
Dec 18, 2017
1st1 commented
Dec 18, 2017Could you please rebase your PR once again?
julien-duponchelle
force-pushed
the
fix-issue-29711
branch
from
42a07c5 to
8f11cb3
Compare
Copy link Copy Markdown
Contributor Author
julien-duponchelle
commented
Dec 18, 2017
julien-duponchelle commented
Dec 18, 2017It's rebase
1st1 approved these changes Dec 19, 2017
1st1
merged commit
319c034
into
python:master
bedevere-bot
removed
the
awaiting merge
label
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