You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Binary file not shown.
@@ -24,3 +24,6 @@ async def awith_test():
|
|||||||
async def awith_as_test():
|
async def awith_as_test():
|
||||||
async with 1 as i:
|
async with 1 as i:
|
||||||
print(i)
|
print(i)
|
||||||
|
|
||||||
|
async def f(z):
|
||||||
|
await z
|
||||||
|
@@ -28,7 +28,7 @@ class Python35Parser(Python34Parser):
|
|||||||
|
|
||||||
# Python 3.5+ Await statement
|
# Python 3.5+ Await statement
|
||||||
stmt ::= await_stmt
|
stmt ::= await_stmt
|
||||||
await_stmt ::= call_function GET_AWAITABLE LOAD_CONST YIELD_FROM POP_TOP
|
await_stmt ::= expr GET_AWAITABLE LOAD_CONST YIELD_FROM POP_TOP
|
||||||
|
|
||||||
# Python 3.5+ has WITH_CLEANUP_START/FINISH
|
# Python 3.5+ has WITH_CLEANUP_START/FINISH
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user