mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Issue #24619: More tests; fix nits in compiler.c
This commit is contained in:
parent
8fb307cd65
commit
b7666a3093
4 changed files with 9 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
async def foo(a:await something()):
|
||||
async def foo(a=await something()):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue