index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
badsyntax_async1.py
blob: 970445d45f0bc557d632765300cd6c65e9acc322 (
plain
)
1
2
3
async
def
foo
():
def
foo
(
a
=
await
something
()):
pass