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: 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:17adminsetgithub: 68503
2015-05-29 13:02:28yselivanovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2015-05-29 13:01:57python-devsetnosy: + python-dev
messages: + msg244372
2015-05-28 16:32:02yselivanovlinkissue24316 dependencies
2015-05-28 15:13:46yselivanovlinkissue24017 dependencies
2015-05-28 15:13:20yselivanovcreate