You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Fix More 3.6 async parsing
... all from 3.6 test_coroutines.py. More bugs remain
This commit is contained in:
@@ -67,7 +67,7 @@ def customize_for_version36(self, version):
|
||||
"%|async for %c in %c:\n%+%c%-%|else:\n%+%c%-\n\n",
|
||||
(9, "store"),
|
||||
(1, "expr"),
|
||||
(-9, "for_block"),
|
||||
(-10, "for_block"),
|
||||
(-2, "else_suite"),
|
||||
),
|
||||
"call_ex": ("%c(%p)", (0, "expr"), (1, 100)),
|
||||
|
Reference in New Issue
Block a user