Skip to content

Support PEP 492 syntax #1453

Closed
Closed
@gvanrossum

Description

@gvanrossum

In PEP 492 some new syntax is introduced: async def, await, async for, async with. These are live in Python 3.5.2. Once the fast parser lands (#1353) we should support these. See also python/typing#119; the tl;dr is that we should support

async def foo() -> str:
    return ''

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions