]> granicus.if.org Git - python/commit
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
authorYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 18:13:15 +0000 (14:13 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 18:13:15 +0000 (14:13 -0400)
commita1b0e7db7315ff0d8d0f8edc056f387f198cf5a1
treefec197b937b7573fb1558aa9ce4e6b0d75557f24
parent4357cf62028964eb1a56c503ec1296de3034b77b
Issue #27906: Fix socket accept exhaustion during high TCP traffic.

Patch by Kevin Conway.
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS