You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Fix More 3.6 async parsing
... all from 3.6 test_coroutines.py. More bugs remain
This commit is contained in:
@@ -135,7 +135,7 @@ class Python36Parser(Python35Parser):
|
||||
POP_BLOCK JUMP_FORWARD COME_FROM_EXCEPT DUP_TOP
|
||||
LOAD_GLOBAL COMPARE_OP POP_JUMP_IF_TRUE
|
||||
END_FINALLY COME_FROM
|
||||
for_block
|
||||
for_block _come_froms
|
||||
POP_TOP POP_TOP POP_TOP POP_EXCEPT POP_TOP
|
||||
POP_BLOCK
|
||||
else_suite COME_FROM_LOOP
|
||||
|
Reference in New Issue
Block a user