You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Python 2.1-2.6 bug in list comprehension
This commit is contained in:
@@ -170,6 +170,7 @@ class Python26Parser(Python2Parser):
|
||||
list_for ::= expr _for designator list_iter jb_cont
|
||||
|
||||
list_iter ::= list_if JUMP_BACK
|
||||
list_iter ::= list_if JUMP_BACK COME_FROM POP_TOP
|
||||
list_compr ::= BUILD_LIST_0 DUP_TOP
|
||||
designator list_iter del_stmt
|
||||
list_compr ::= BUILD_LIST_0 DUP_TOP
|
||||
|
Reference in New Issue
Block a user