Sync 3.7 async_forelse with decompyle3

This commit is contained in:
rocky
2022-05-05 06:47:24 -04:00
parent c9f33edde4
commit f9a1f6fcd9
2 changed files with 7 additions and 5 deletions

View File

@@ -590,6 +590,7 @@ class Python37Parser(Python37BaseParser):
# Order of LOAD_CONST YIELD_FROM is switched from 3.6 to save a LOAD_CONST
async_for_stmt37 ::= setup_loop expr
GET_AITER
_come_froms
SETUP_EXCEPT GET_ANEXT
LOAD_CONST YIELD_FROM
store
@@ -602,6 +603,7 @@ class Python37Parser(Python37BaseParser):
async_forelse_stmt ::= setup_loop expr
GET_AITER
_come_froms
SETUP_EXCEPT GET_ANEXT LOAD_CONST
YIELD_FROM
store