You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Improve Python 1.x decompiling
Still has bugs, but is much better.
This commit is contained in:
8
test/simple_source/bug14/test_builtin.py
Normal file
8
test/simple_source/bug14/test_builtin.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from test_support import *
|
||||
print '4. Built-in functions'
|
||||
print 'test_b1'
|
||||
unload('test_b1')
|
||||
import test_b1
|
||||
print 'test_b2'
|
||||
unload('test_b2')
|
||||
import test_b2
|
Reference in New Issue
Block a user