You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Python 3.4: MAKE_FUNCTION starts to work.
This commit is contained in:
@@ -191,7 +191,6 @@ def uncompyle_file(filename, outstream=None, showasm=False, showast=False):
|
||||
if sys.platform.startswith('linux') and os.uname()[2][:2] in ['2.', '3.', '4.']:
|
||||
def __memUsage():
|
||||
mi = open('/proc/self/stat', 'r')
|
||||
from trepan.api import debug; debug()
|
||||
mu = mi.readline().split()[22]
|
||||
mi.close()
|
||||
return int(mu) / 1000000
|
||||
|
Reference in New Issue
Block a user