]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH...
authorKyle Stanley <aeros167@gmail.com>
Wed, 11 Dec 2019 06:54:02 +0000 (01:54 -0500)
committerNed Deily <nad@python.org>
Wed, 11 Dec 2019 06:54:02 +0000 (01:54 -0500)
commitb23c0840ce07e03f2705fb08d94f8f03e5c5d5b8
treee721d01d5160f8609fec1a7c93181ea50b114701
parent30afc91f5e70cf4748ffac77a419ba69ebca6f6a
[3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311). (GH-17571)

(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]