[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-12-19 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-12-19 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 319c0345cdd8fddb49d235462e71883f1dd51b99 by Yury Selivanov (Julien Duponchelle) in branch 'master': bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)

[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-03-03 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___

[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-03-03 Thread Julien Duponchelle
Changes by Julien Duponchelle : -- pull_requests: +357 ___ Python tracker ___ ___

[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-03-03 Thread Julien Duponchelle
New submission from Julien Duponchelle: If you stop a server when you use the proactor loop all other servers will be killed. -- components: asyncio messages: 288894 nosy: gvanrossum, noplay, yselivanov priority: normal severity: normal status: open title: When you use stop_serving in

[issue29711] When you use stop_serving in proactor loop it's kill all listening servers

2017-03-03 Thread Julien Duponchelle
Julien Duponchelle added the comment: I will provide a patch for this -- ___ Python tracker ___ ___