Fix for RETURN_END_IF bug

This commit is contained in:
root
2013-02-09 19:58:03 +01:00
parent f4ba1a9087
commit 0d3fa565ea
3 changed files with 9 additions and 14 deletions

View File

@@ -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