]> granicus.if.org Git - python/commit
Merged revisions 82041 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 02:06:12 +0000 (02:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 02:06:12 +0000 (02:06 +0000)
commit19d8cc524bb4f6c41b2602c025ce90fe85e1e991
tree1ef514f00fbc1bbae0bd332ccfce716118d25c76
parent991c9f80f99e155d6d7b17a8240abaf8c1a2269f
Merged revisions 82041 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r82041 | r.david.murray | 2010-06-16 22:04:29 -0400 (Wed, 16 Jun 2010) | 16 lines

  Merged revisions 82039 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r82039 | r.david.murray | 2010-06-16 21:36:52 -0400 (Wed, 16 Jun 2010) | 10 lines

    #8720: fix inspect regression by teaching getsourcefile about linecache.

    The fix for issue 4050 caused a regression:  before that fix, source
    lines in the linecache would eventually be found by inspect.  After the
    fix inspect reports an error earlier, and the source isn't found.
    The fix for the fix is to have getsourcefile look in the linecache for
    the file and return the psuedo-filename if the source is there, just as
    it already returns it if there is a PEP 302 loader.
  ........
................
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS