You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Bang on Python 3.8
This commit is contained in:
@@ -26,8 +26,10 @@ class Python38Parser(Python37Parser):
|
||||
def p_38misc(self, args):
|
||||
"""
|
||||
stmt ::= for38
|
||||
|
||||
for38 ::= expr get_iter store for_block JUMP_BACK
|
||||
for38 ::= expr for_iter store for_block JUMP_BACK
|
||||
for38 ::= expr for_iter store for_block JUMP_BACK POP_BLOCK
|
||||
|
||||
forelsestmt ::= expr for_iter store for_block POP_BLOCK else_suite
|
||||
forelselaststmt ::= expr for_iter store for_block POP_BLOCK else_suitec
|
||||
|
Reference in New Issue
Block a user