You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Sync 3.7 async_forelse with decompyle3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user