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

collections.abc: Coroutine should be derived from Awaitable #68503

Closed
1st1 opened this issue May 28, 2015 · 2 comments
Closed

collections.abc: Coroutine should be derived from Awaitable #68503

1st1 opened this issue May 28, 2015 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@1st1
Copy link
Member

1st1 commented May 28, 2015

BPO 24315
Nosy @gvanrossum, @ncoghlan, @scoder, @1st1
Files
  • abcs.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-29.13:02:28.244>
    created_at = <Date 2015-05-28.15:13:20.827>
    labels = ['library']
    title = 'collections.abc: Coroutine should be derived from Awaitable'
    updated_at = <Date 2015-05-29.13:02:28.243>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2015-05-29.13:02:28.243>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2015-05-29.13:02:28.244>
    closer = 'yselivanov'
    components = ['Library (Lib)']
    creation = <Date 2015-05-28.15:13:20.827>
    creator = 'yselivanov'
    dependencies = []
    files = ['39535']
    hgrepos = []
    issue_num = 24315
    keywords = ['patch']
    message_count = 2.0
    messages = ['244305', '244372']
    nosy_count = 5.0
    nosy_names = ['gvanrossum', 'ncoghlan', 'scoder', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue24315'
    versions = ['Python 3.5', 'Python 3.6']

    @1st1
    Copy link
    Member Author

    1st1 commented May 28, 2015

    See bpo-24017 for details.

    @1st1 1st1 self-assigned this May 28, 2015
    @1st1 1st1 added the stdlib Python modules in the Lib dir label May 28, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 29, 2015

    New changeset 968af3838553 by Yury Selivanov in branch '3.5':
    bpo-24315: Make collections.abc.Coroutine derived from Awaitable
    https://hg.python.org/cpython/rev/968af3838553

    New changeset a7a9c8631d0e by Yury Selivanov in branch 'default':
    bpo-24315: Make collections.abc.Coroutine derived from Awaitable
    https://hg.python.org/cpython/rev/a7a9c8631d0e

    @1st1 1st1 closed this as completed May 29, 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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant