Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / errors / pep492_badsyntax_async4.pyx
Size: Mime:
# mode: error
# tag: pep492, async

async def foo():
    async def foo(): await list()

_ERRORS = """
# ???  - this fails in CPython, not sure why ...
"""