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: PEP 492: Add AsyncIterator and AsyncIterable to collections.abc
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: asvetlov, gvanrossum, ncoghlan, python-dev, vstinner, yselivanov
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
async_abc.patch yselivanov, 2015-05-14 03:24 review
Messages (3)
msg243148 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-05-14 03:24
The attached patch adds AsyncIterator & AsyncIterable to collections.abc module.
msg243207 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-14 16:19
New changeset 4347ce7acd84 by Yury Selivanov in branch 'default':
Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
https://hg.python.org/cpython/rev/4347ce7acd84
msg243208 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-05-14 16:20
Thank you Guido for the review! Committed to the default branch.
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68372
2015-05-14 16:20:21yselivanovsetstatus: open -> closed
resolution: fixed
messages: + msg243208

stage: patch review -> resolved
2015-05-14 16:19:30python-devsetnosy: + python-dev
messages: + msg243207
2015-05-14 03:27:38yselivanovlinkissue24017 dependencies
2015-05-14 03:24:31yselivanovcreate