]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-add `reuse_address` parameter to `create_server` (GH-29733)
authorJim Crist-Harif <jcristharif@gmail.com>
Sun, 12 Dec 2021 09:47:01 +0000 (03:47 -0600)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 09:47:01 +0000 (11:47 +0200)
commitf3c16a5e72aaf06bec863fa3a172f3deaa491bc9
tree2b60286188441df7c60efcf98500223624b208d6
parent41026c3155012d6ea50e01205c163b6739c675b8
Re-add `reuse_address` parameter to `create_server` (GH-29733)

This parameter was accidentally removed when fixing
https://bugs.python.org/issue45129, this reverts the unnecessary changes
there.

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py