This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: reuse_address mistakenly removed from loop.create_server
Type: behavior Stage: resolved
Components: asyncio Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: arhadthedev, asvetlov, jcristharif, yselivanov
Priority: normal Keywords: patch

Created on 2021-11-23 19:07 by jcristharif, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29733 merged jcristharif, 2021-11-23 19:10
Messages (1)
msg406876 - (view) Author: Jim Crist-Harif (jcristharif) * Date: 2021-11-23 19:07
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).
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90041
2022-02-22 23:00:18asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-11-23 20:50:16arhadthedevsetnosy: + arhadthedev
2021-11-23 19:10:06jcristharifsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27970
2021-11-23 19:07:56jcristharifcreate