Issue 28369: Raise RuntimeError when transport's FD is used with add_reader etc (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72555

classification

Title: Raise RuntimeError when transport's FD is used with add_reader etc
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6, Python 3.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: asvetlov, gvanrossum, python-dev, yselivanov
Priority: normal Keywords: patch

Created on 2016-10-05 21:47 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4365 merged yselivanov,2017-11-10 21:29
Messages (3)
msg278152 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-05 21:47
Proxy issue for https://github.com/python/asyncio/pull/420
msg278153 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-05 21:50
New changeset 2b502f624753 by Yury Selivanov in branch '3.5': Issue #28369: Raise an error when transport's FD is used with add_reader https://hg.python.org/cpython/rev/2b502f624753 New changeset f3c1d8869dd5 by Yury Selivanov in branch '3.6': Merge 3.5 (issue #28369) https://hg.python.org/cpython/rev/f3c1d8869dd5 New changeset 745e0ff513c2 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28369) https://hg.python.org/cpython/rev/745e0ff513c2
msg306164 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2017-11-13 18:38
New changeset ce12629c84400c52734859e43b2386deb2b6da12 by Yury Selivanov in branch 'master': bpo-28369: Enhance transport socket check in add_reader/writer (#4365) https://github.com/python/cpython/commit/ce12629c84400c52734859e43b2386deb2b6da12
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72555
2017-11-13 18:38:45 yselivanov set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-11-13 18:38:29 yselivanov set messages: +
2017-11-10 23🔞08 berker.peksag set pull_requests: - <pull%5Frequest1054>
2017-11-10 21:30:11 yselivanov set nosy: + asvetlov
2017-11-10 21:29:01 yselivanov set keywords: + patchpull_requests: + <pull%5Frequest4318>
2017-11-10 21:28:25 yselivanov set status: closed -> openresolution: fixed -> (no value)stage: resolved -> patch review
2017-03-31 16:36:32 dstufft set pull_requests: + <pull%5Frequest1054>
2016-10-05 21:50:27 python-dev set nosy: + python-devmessages: +
2016-10-05 21:47:42 yselivanov set status: open -> closedresolution: fixed
2016-10-05 21:47:34 yselivanov create