Fix More 3.6 async parsing

... all from 3.6 test_coroutines.py.

More bugs remain
This commit is contained in:
rocky
2022-05-05 07:36:06 -04:00
parent c5efec1e6f
commit 8576117d00
4 changed files with 41 additions and 2 deletions

View File

@@ -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)),