]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
authorYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 19:45:07 +0000 (15:45 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 19:45:07 +0000 (15:45 -0400)
commit5587d7c071e5725d8aaf565b985441011cb1449f
tree4efe8a667f44053e0b94a3db91a33ef6d6ca48d4
parenta1b0e7db7315ff0d8d0f8edc056f387f198cf5a1
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)

Patch by Seth Michael Larson.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS