Issue 26338: remove duplicate bind addresses in create_server (original) (raw)

Issue26338

Created on 2016-02-11 14:37 by sebastien.bourdeauducq, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asyncio_norebind.diff sebastien.bourdeauducq,2016-02-11 14:37 patch
Messages (4)
msg260108 - (view) Author: Sebastien Bourdeauducq (sebastien.bourdeauducq) * Date: 2016-02-11 14:37
https://github.com/python/asyncio/issues/315 New patch attached.
msg260980 - (view) Author: Sebastien Bourdeauducq (sebastien.bourdeauducq) * Date: 2016-02-28 16:37
Can someone have a quick look at this please?
msg261121 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-03-02 16:17
New changeset bbc8cb86f05e by Yury Selivanov in branch '3.5': asyncio: Remove duplicate bind addresses in create_server. https://hg.python.org/cpython/rev/bbc8cb86f05e New changeset bdf2807aa8c4 by Yury Selivanov in branch 'default': Merge 3.5 (issue #26338) https://hg.python.org/cpython/rev/bdf2807aa8c4
msg261122 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-03-02 16:17
Committed. Thanks, Sebastien!
History
Date User Action Args
2022-04-11 14:58:27 admin set github: 70526
2016-03-02 16:17:58 yselivanov set status: open -> closedversions: + Python 3.6type: behaviormessages: + resolution: fixedstage: resolved
2016-03-02 16:17:32 python-dev set nosy: + python-devmessages: +
2016-02-28 16:37:30 sebastien.bourdeauducq set messages: +
2016-02-11 14:37:34 sebastien.bourdeauducq create