[issue22355] inconsistent results with inspect.getsource / .getsourcelines

2018-11-06 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I think this issue is covered with issue35101. It has an open PR as per the proposed fix with tests : https://github.com/python/cpython/pull/10209/files -- nosy: +xtreak ___ Python tracker

[issue22355] inconsistent results with inspect.getsource / .getsourcelines

2014-09-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: inconsistent results with inspect.getsource() / inspect.getsourcelines() -> inconsistent results with inspect.getsource / .getsourcelines versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 ___ Python track