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

Fix stop_serving in proactor loop kill all listening servers by julien-duponchelle · Pull Request #496 · python/asyncio · GitHub

This repository was archived by the owner on Nov 23, 2017. It is now read-only.
/ asyncio Public archive

Fix stop_serving in proactor loop kill all listening servers - #496

Open
julien-duponchelle wants to merge 1 commit into
python:masterfrom
julien-duponchelle:fix_stop_serving_proactor
Open

Fix stop_serving in proactor loop kill all listening servers#496
julien-duponchelle wants to merge 1 commit into
python:masterfrom
julien-duponchelle:fix_stop_serving_proactor

Conversation

Copy link
Copy Markdown

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.

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.

1st1 commented Feb 22, 2017

Copy link
Copy Markdown
Member

LGTM. @asvetlov can you also take a look?

Copy link
Copy Markdown

lgtm

asvetlov is not very active at the moment

1st1 commented Mar 2, 2017

Copy link
Copy Markdown
Member

I can merge this PR, but would you be able to re-submit it to http://github.com/python/cpython with a link to this PR? This would make merging this easier for me.

julien-duponchelle commented Mar 2, 2017 via email

Copy link
Copy Markdown
Author

1st1 commented Mar 2, 2017

Copy link
Copy Markdown
Member

Yes of course I will do it tomorrow.

Would you be able to do it sooner by any chance? 3.6.1 RC1 is going to be tagged tomorrow.

Copy link
Copy Markdown
Author

PR opened: python/cpython#431

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL