You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Better test coverage of operators (in 2.7 and 3.0)
This commit is contained in:
@@ -62,7 +62,8 @@ class Scanner3(Scanner):
|
||||
# Create opcode classification sets
|
||||
# Note: super initilization above initializes self.opc
|
||||
|
||||
# Ops that start SETUP_ ... We will COME_FROM with these names
|
||||
# For ops that start SETUP_ ... we will add COME_FROM with these names
|
||||
# at the their targets.
|
||||
# Some blocks and END_ statements. And they can start
|
||||
# a new statement
|
||||
if self.version < 3.8:
|
||||
|
Reference in New Issue
Block a user