Issue #24619: More tests; fix nits in compiler.c

This commit is contained in:
Yury Selivanov 2015-07-22 14:48:57 +03:00
parent 8fb307cd65
commit b7666a3093
4 changed files with 9 additions and 9 deletions

View file

@ -1,2 +1,2 @@
async def foo(a:await something()):
async def foo(a=await something()):
pass