You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
while1 bug in 2.6 and 2.7
This commit is contained in:
@@ -50,6 +50,8 @@ class Python27Parser(Python2Parser):
|
||||
withasstmt ::= expr SETUP_WITH designator suite_stmts_opt
|
||||
POP_BLOCK LOAD_CONST COME_FROM
|
||||
WITH_CLEANUP END_FINALLY
|
||||
|
||||
while1stmt ::= SETUP_LOOP l_stmts POP_BLOCK COME_FROM
|
||||
"""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user