Issue 24315: collections.abc: Coroutine should be derived from Awaitable (original) (raw)

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

classification

Title: collections.abc: Coroutine should be derived from Awaitable
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.6, Python 3.5

process

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

Created on 2015-05-28 15:13 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
abcs.patch yselivanov,2015-05-28 15:13 review
Messages (2)
msg244305 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-05-28 15:13
See issue 24017 for details.
msg244372 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-29 13:01
New changeset 968af3838553 by Yury Selivanov in branch '3.5': Issue 24315: Make collections.abc.Coroutine derived from Awaitable https://hg.python.org/cpython/rev/968af3838553 New changeset a7a9c8631d0e by Yury Selivanov in branch 'default': Issue 24315: Make collections.abc.Coroutine derived from Awaitable https://hg.python.org/cpython/rev/a7a9c8631d0e
History
Date User Action Args
2022-04-11 14:58:17 admin set github: 68503
2015-05-29 13:02:28 yselivanov set status: open -> closedresolution: fixedstage: patch review -> resolved
2015-05-29 13:01:57 python-dev set nosy: + python-devmessages: +
2015-05-28 16:32:02 yselivanov link issue24316 dependencies
2015-05-28 15:13:46 yselivanov link issue24017 dependencies
2015-05-28 15:13:20 yselivanov create