commit | 2d375f78a570dc627daf61df9d12473633055cdf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 14 02:19:36 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 14 02:19:36 2003 +0000 |
tree | ad7ea73d0fecfceebc716fbf8efe8b474ff126f1 | |
parent | 9896ea24f9dd0ad895f2095b5680fafc901fea6f [diff] |
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