python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

Fix stop_serving in proactor loop kill all servers #469

Closed julien-duponchelle closed 7 years ago

julien-duponchelle commented 7 years ago

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.

the-knights-who-say-ni commented 7 years ago

Hello, and thanks for your contribution!

Unfortunately we couldn't find an account corresponding to your GitHub username at bugs.python.org (b.p.o). If you don't already have an account at b.p.o, please create one and make sure to add your GitHub username. If you do already have an account at b.p.o then please go there and under "Your Details" add your GitHub username.

And in case you haven't already, please make sure to sign the PSF contributor agreement (CLA); we can't legally look at your contribution until you have signed the CLA.

Once you have done everything that's needed, please reply here and someone will verify everything is in order.

julien-duponchelle commented 7 years ago

Hi,

http://bugs.python.org/ account updated and CLA signed.

Thanks

julien-duponchelle commented 7 years ago

The cla is now OK on https://bugs.python.org/

julien-duponchelle commented 7 years ago

Hi,

The CLA not signed status seem not updated on Github but it's ok on bugs.python.org. capture d ecran 2017-01-19 a 22 17 09

Do you need something else from me?