summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-15 19:45:07 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-15 19:45:07 (GMT)
commit5587d7c071e5725d8aaf565b985441011cb1449f (patch)
tree4efe8a667f44053e0b94a3db91a33ef6d6ca48d4 /Misc
parenta1b0e7db7315ff0d8d0f8edc056f387f198cf5a1 (diff)
downloadcpython-5587d7c071e5725d8aaf565b985441011cb1449f.zip
cpython-5587d7c071e5725d8aaf565b985441011cb1449f.tar.gz
cpython-5587d7c071e5725d8aaf565b985441011cb1449f.tar.bz2
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
Patch by Seth Michael Larson.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ebf540..b63aafd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -266,6 +266,9 @@ Library
- Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Patch by Kevin Conway.
+- Issue #28174: Handle when SO_REUSEPORT isn't properly supported.
+ Patch by Seth Michael Larson.
+
IDLE
----