You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Binary file not shown.
Binary file not shown.
@@ -7,3 +7,4 @@ import http.client as httpclient
|
|||||||
if len(__file__) == 0:
|
if len(__file__) == 0:
|
||||||
# a.b.c should force consecutive LOAD_ATTRs
|
# a.b.c should force consecutive LOAD_ATTRs
|
||||||
import a.b.c as d
|
import a.b.c as d
|
||||||
|
import stuff0.stuff1.stuff2.stuff3 as stuff3
|
||||||
|
@@ -73,8 +73,8 @@ class Python37Parser(Python36Parser):
|
|||||||
POP_TOP POP_TOP POP_TOP POP_EXCEPT POP_TOP POP_BLOCK
|
POP_TOP POP_TOP POP_TOP POP_EXCEPT POP_TOP POP_BLOCK
|
||||||
else_suite COME_FROM_LOOP
|
else_suite COME_FROM_LOOP
|
||||||
|
|
||||||
# Is there a pattern here?
|
|
||||||
attributes ::= IMPORT_FROM ROT_TWO POP_TOP IMPORT_FROM
|
attributes ::= IMPORT_FROM ROT_TWO POP_TOP IMPORT_FROM
|
||||||
|
attributes ::= attributes ROT_TWO POP_TOP IMPORT_FROM
|
||||||
|
|
||||||
attribute37 ::= expr LOAD_METHOD
|
attribute37 ::= expr LOAD_METHOD
|
||||||
expr ::= attribute37
|
expr ::= attribute37
|
||||||
|
Reference in New Issue
Block a user