You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Start 3.4 more stringent disassembly testing. Disassembly format has
changed slightly. misc small bugs.
This commit is contained in:
4
test/source_3.4/branching/ifelse.py
Normal file
4
test/source_3.4/branching/ifelse.py
Normal file
@@ -0,0 +1,4 @@
|
||||
if a:
|
||||
b = c
|
||||
else:
|
||||
d = e
|
Reference in New Issue
Block a user