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: Make loop methods reject socket kinds they do not support.
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: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

Created on 2016-11-09 20:44 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg280448 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-11-09 20:44
Proxy for https://github.com/python/asyncio/pull/453
msg280449 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-09 20:48
New changeset 85022978d900 by Yury Selivanov in branch '3.5':
Issue #28652: Make loop methods reject socket kinds they do not support.
https://hg.python.org/cpython/rev/85022978d900

New changeset 1273f1a3ddf7 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #28652)
https://hg.python.org/cpython/rev/1273f1a3ddf7

New changeset 719da54652c5 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28652)
https://hg.python.org/cpython/rev/719da54652c5
msg281402 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-21 22:48
New changeset 0ee76f3afd70 by Yury Selivanov in branch '3.5':
Issue #28652: Partially rollback previous changes
https://hg.python.org/cpython/rev/0ee76f3afd70

New changeset a40159071359 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue #28652)
https://hg.python.org/cpython/rev/a40159071359

New changeset a759fcba1866 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28652)
https://hg.python.org/cpython/rev/a759fcba1866
History
Date User Action Args
2022-04-11 14:58:39adminsetgithub: 72838
2016-11-21 22:48:05python-devsetmessages: + msg281402
2016-11-09 20:48:31python-devsetnosy: + python-dev
messages: + msg280449
2016-11-09 20:44:42yselivanovsetstatus: open -> closed
resolution: fixed
2016-11-09 20:44:36yselivanovcreate