commit | b7666a30933efbbb2e400e6916bba2311340fcd1 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Wed Jul 22 14:48:57 2015 +0300 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Wed Jul 22 14:48:57 2015 +0300 |
tree | cee7b9199e082b014a9cbcbe749aa86591cad829 | |
parent | 8fb307cd650511ba019c4493275cb6684ad308bc [diff] [blame] |
Issue #24619: More tests; fix nits in compiler.c
diff --git a/Lib/test/badsyntax_async2.py b/Lib/test/badsyntax_async2.py index 6f6f4f5..fb85e29 100644 --- a/Lib/test/badsyntax_async2.py +++ b/Lib/test/badsyntax_async2.py
@@ -1,2 +1,2 @@ -async def foo(a:await something()): +async def foo(a=await something()): pass