You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small int thing and sync with decompyle3
This commit is contained in:
@@ -74,8 +74,8 @@ if PYTHON3:
|
||||
intern = sys.intern
|
||||
L65536 = 65536
|
||||
|
||||
def long(l):
|
||||
return l
|
||||
def long(num):
|
||||
return num
|
||||
|
||||
|
||||
else:
|
||||
|
Reference in New Issue
Block a user