You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Bug fix for expression in 2.5/2.6
This commit is contained in:
@@ -50,4 +50,9 @@ def func_with_tuple_args6((a,b), (c,d)=(2,3), *args, **kwargs):
|
||||
print c
|
||||
|
||||
def func_ret1():
|
||||
return 1 < 2 < 3
|
||||
return 1 < 2 < 3
|
||||
|
||||
def read(size=0):
|
||||
if size > 0 and size <= x - cur:
|
||||
return 0
|
||||
return 0
|
Reference in New Issue
Block a user