SF bug #661184: inspect.getsource bug
inspect.getsource would crash with one line definitions like: def f(x): return x or f = lambda x: x
Showing
Please register or sign in to comment
inspect.getsource would crash with one line definitions like: def f(x): return x or f = lambda x: x