Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 492: Add AsyncIterator and AsyncIterable to collections.abc #68372

Closed
1st1 opened this issue May 14, 2015 · 3 comments
Closed

PEP 492: Add AsyncIterator and AsyncIterable to collections.abc #68372

1st1 opened this issue May 14, 2015 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented May 14, 2015

BPO 24184
Nosy @gvanrossum, @ncoghlan, @vstinner, @asvetlov, @1st1
Files
  • async_abc.patch
  • 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 2015-05-14.16:20:21.699>
    created_at = <Date 2015-05-14.03:24:31.614>
    labels = ['type-feature', 'library']
    title = 'PEP 492: Add AsyncIterator and AsyncIterable to collections.abc'
    updated_at = <Date 2015-05-14.16:20:21.698>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2015-05-14.16:20:21.698>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2015-05-14.16:20:21.699>
    closer = 'yselivanov'
    components = ['Library (Lib)']
    creation = <Date 2015-05-14.03:24:31.614>
    creator = 'yselivanov'
    dependencies = []
    files = ['39369']
    hgrepos = []
    issue_num = 24184
    keywords = ['patch']
    message_count = 3.0
    messages = ['243148', '243207', '243208']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'ncoghlan', 'vstinner', 'asvetlov', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24184'
    versions = ['Python 3.5']

    @1st1
    Copy link
    Member Author

    1st1 commented May 14, 2015

    The attached patch adds AsyncIterator & AsyncIterable to collections.abc module.

    @1st1 1st1 self-assigned this May 14, 2015
    @1st1 1st1 added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 14, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 14, 2015

    New changeset 4347ce7acd84 by Yury Selivanov in branch 'default':
    bpo-24184: Add AsyncIterator and AsyncIterable to collections.abc.
    https://hg.python.org/cpython/rev/4347ce7acd84

    @1st1
    Copy link
    Member Author

    1st1 commented May 14, 2015

    Thank you Guido for the review! Committed to the default branch.

    @1st1 1st1 closed this as completed May 14, 2015
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant