]> granicus.if.org Git - python/commit
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
authorJulien Duponchelle <julien@duponchelle.info>
Tue, 19 Dec 2017 12:23:17 +0000 (13:23 +0100)
committerYury Selivanov <yury@magic.io>
Tue, 19 Dec 2017 12:23:17 +0000 (07:23 -0500)
commit319c0345cdd8fddb49d235462e71883f1dd51b99
tree5e684357737be745316522643f1f77da6b05269d
parent36c2c044782997520df7fc5604742a615ccf6b17
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2017-12-13-22-10-36.bpo-29711.hJjghA.rst [new file with mode: 0644]