You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Fix for RETURN_END_IF bug
This commit is contained in:
@@ -48,3 +48,6 @@ def func_with_tuple_args5((a,b), (c,d), *args, **kwargs):
|
||||
def func_with_tuple_args6((a,b), (c,d)=(2,3), *args, **kwargs):
|
||||
print a
|
||||
print c
|
||||
|
||||
def func_ret1():
|
||||
return 1 < 2 < 3
|
Reference in New Issue
Block a user