Issue37027
Created on 2019-05-23 22:46 by yselivanov, last changed 2019-05-27 13:57 by miss-islington. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13530 | merged | yselivanov, 2019-05-23 22:48 | |
| Messages (2) | |||
|---|---|---|---|
| msg343332 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2019-05-23 22:46 | |
Currently asyncio exposes the underlying transport socket directly, providing a way to modify (in a potentially disruptive way) the underlying transport connection. |
|||
| msg343627 - (view) | Author: miss-islington (miss-islington) | Date: 2019-05-27 13:57 | |
New changeset 8cd5165ba05ff57cfdbbc71c393bddad1ce1ab87 by Miss Islington (bot) (Yury Selivanov) in branch 'master': bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) https://github.com/python/cpython/commit/8cd5165ba05ff57cfdbbc71c393bddad1ce1ab87 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-27 13:57:27 | miss-islington | set | nosy:
+ miss-islington messages: + msg343627 |
| 2019-05-27 13:47:48 | asvetlov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-05-23 22:48:14 | yselivanov | set | keywords:
+ patch stage: patch review pull_requests: + pull_request13444 |
| 2019-05-23 22:47:46 | yselivanov | set | nosy:
+ asvetlov components:
+ asyncio |
| 2019-05-23 22:46:13 | yselivanov | create | |