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
R
Raymond Hettinger committed
2d375f78a570dc627daf61df9d12473633055cdf
Parent: 9896ea2
inspect.getsource would crash with one line definitions like: def f(x): return x or f = lambda x: x