SIGN IN SIGN UP

bpo-45129 Remove deprecated reuse_address (GH-28207)

Due to significant security concerns, the reuse_address parameter of
asyncio.loop.create_datagram_endpoint, deprecated in Python 3.9, is
now removed. This is because of the behavior of the socket option
SO_REUSEADDR in UDP.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
H
Hugo van Kemenade committed
59ea704df7a2fae4559e1e04f7a59d6c40f63657
Parent: a561005
Committed by GitHub <noreply@github.com> on 9/8/2021, 4:58:43 PM