[New-bugs-announce] [issue45883] reuse_address mistakenly removed from loop.create_server

Jim Crist-Harif report at bugs.python.org
Tue Nov 23 14:07:56 EST 2021


New submission from Jim Crist-Harif <jcristharif at gmail.com>:

In https://bugs.python.org/issue45129 the deprecated `reuse_address` parameter to `create_datagram_endpoint` was removed. This PR mistakenly removed this parameter from `create_server` as well (where it wasn't deprecated).

----------
components: asyncio
messages: 406876
nosy: asvetlov, jcristharif, yselivanov
priority: normal
severity: normal
status: open
title: reuse_address mistakenly removed from loop.create_server
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45883>
_______________________________________


More information about the New-bugs-announce mailing list