Add "testtrue" reduction rule...

only for 3.7 for now.
This commit is contained in:
rocky
2020-01-10 10:26:40 -05:00
parent 07f16fa040
commit 505946d747
5 changed files with 16 additions and 3 deletions

View File

@@ -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)