]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Dec 2019 14:39:54 +0000 (06:39 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 9 Dec 2019 14:39:54 +0000 (15:39 +0100)
commit79c29742a8ba96fc933efe34e55e90537b3eb780
tree6391cd052588825c65dc566599b4acb38a01c65c
parentb22183f2738e0e6c23f8c5fb5b232768c184ec96
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (#17529)

(cherry picked from commit ab513a38c98695f271e448fe2cb7c5e39eeaaaaf)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Security/2019-11-21-21-36-54.bpo-37228.yBZnFG.rst [new file with mode: 0644]