]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311...
authorNed Deily <nad@python.org>
Wed, 11 Dec 2019 04:49:23 +0000 (23:49 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 04:49:23 +0000 (23:49 -0500)
commit95157c6a281ccfc7a92a17dfb8d7b5338cad5cb7
tree45298a4f1b2303c0e511c91866da4c25556445db
parent1b0e88dde146eb290735f4b486d4a67074132100
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570)

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