Closed
Description
BPO | 28369 |
---|---|
Nosy | @gvanrossum, @asvetlov, @1st1 |
PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/1st1'
closed_at = <Date 2017-11-13.18:38:45.601>
created_at = <Date 2016-10-05.21:47:34.361>
labels = ['type-feature', '3.7', 'expert-asyncio']
title = "Raise RuntimeError when transport's FD is used with add_reader etc"
updated_at = <Date 2017-11-13.18:38:45.600>
user = 'https://github.com/1st1'
bugs.python.org fields:
activity = <Date 2017-11-13.18:38:45.600>
actor = 'yselivanov'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2017-11-13.18:38:45.601>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-10-05.21:47:34.361>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 28369
keywords = ['patch']
message_count = 3.0
messages = ['278152', '278153', '306164']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'asvetlov', 'python-dev', 'yselivanov']
pr_nums = ['4365']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue28369'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
1st1 commentedon Oct 5, 2016
Proxy issue for python/asyncio#420
python-dev commentedon Oct 5, 2016
New changeset 2b502f624753 by Yury Selivanov in branch '3.5':
Issue bpo-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 bpo-28369)
https://hg.python.org/cpython/rev/f3c1d8869dd5
New changeset 745e0ff513c2 by Yury Selivanov in branch 'default':
Merge 3.6 (issue bpo-28369)
https://hg.python.org/cpython/rev/745e0ff513c2
1st1 commentedon Nov 13, 2017
New changeset ce12629 by Yury Selivanov in branch 'master':
bpo-28369: Enhance transport socket check in add_reader/writer (bpo-4365)
ce12629