You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Add "testtrue" reduction rule...
only for 3.7 for now.
This commit is contained in:
@@ -520,6 +520,7 @@ class Scanner37Base(Scanner):
|
||||
offset = inst.offset
|
||||
op = inst.opcode
|
||||
|
||||
# FIXME: this code is going to get removed.
|
||||
# Determine structures and fix jumps in Python versions
|
||||
# since 2.3
|
||||
self.detect_control_flow(offset, targets, i)
|
||||
|
Reference in New Issue
Block a user