Skip to content

Implemenation of the PEP 492 - Coroutines with async and await syntax #68205

Closed
@vstinner

Description

@vstinner
BPO 24017
Nosy @gvanrossum, @ncoghlan, @scoder, @vstinner, @asvetlov, @agronholm, @1st1
Dependencies
  • bpo-2292: Missing *-unpacking generalizations
  • bpo-22906: PEP 479: Change StopIteration handling inside generators
  • bpo-24018: add a Generator ABC
  • bpo-24180: PEP 492: Documentation
  • bpo-24184: PEP 492: Add AsyncIterator and AsyncIterable to collections.abc
  • bpo-24315: collections.abc: Coroutine should be derived from Awaitable
  • bpo-24316: Fix types.coroutine to accept objects from Cython
  • bpo-24400: Awaitable ABC incompatible with functools.singledispatch
  • Files
  • await_01.patch
  • await_02.patch
  • await_03.patch
  • await_04.patch
  • await_05.patch
  • await_06.patch
  • with.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-13.19:46:15.300>
    created_at = <Date 2015-04-20.19:33:55.846>
    labels = ['interpreter-core', 'type-feature', 'release-blocker']
    title = 'Implemenation of the PEP 492 - Coroutines with async and await syntax'
    updated_at = <Date 2015-06-20.19:39:53.655>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2015-06-20.19:39:53.655>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2015-05-13.19:46:15.300>
    closer = 'yselivanov'
    components = ['Interpreter Core']
    creation = <Date 2015-04-20.19:33:55.846>
    creator = 'vstinner'
    dependencies = ['2292', '22906', '24018', '24180', '24184', '24315', '24316', '24400']
    files = ['39148', '39155', '39314', '39325', '39337', '39344', '39354']
    hgrepos = []
    issue_num = 24017
    keywords = ['patch']
    message_count = 69.0
    messages = ['241678', '241679', '241687', '241697', '242056', '242064', '242086', '242304', '242326', '242627', '242731', '242779', '242793', '242848', '242860', '242862', '242877', '242912', '242927', '242928', '242931', '242935', '242936', '242937', '242938', '242979', '242982', '242984', '243031', '243033', '243035', '243036', '243037', '243038', '243041', '243042', '243117', '243118', '243119', '243759', '244175', '244252', '244257', '244258', '244261', '244264', '244268', '244269', '244273', '244278', '244280', '244281', '244303', '244307', '244319', '244322', '244374', '244384', '244385', '244567', '244568', '244596', '244759', '244761', '244799', '244818', '244826', '244831', '245075']
    nosy_count = 8.0
    nosy_names = ['gvanrossum', 'ncoghlan', 'scoder', 'vstinner', 'asvetlov', 'alex.gronholm', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24017'
    versions = ['Python 3.5']

    Metadata

    Metadata

    Assignees

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions