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_async8.pyx
Size: Mime:
# mode: error
# tag: pep492, async

async def foo():
    await await fut

_ERRORS = """
5:10: Expected an identifier or literal
"""