summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-06-17 01:45:27 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-06-17 01:45:27 (GMT)
commitaf85f4675bc2d160a8e47659ecbcbddf2d2e4bd1 (patch)
tree0824ed35f85cbfea7388632115b24fd473c148af /Modules/posixmodule.c
parent738cc7e6c85342483f8f6ab3f296e8378f246ff3 (diff)
downloadcpython-af85f4675bc2d160a8e47659ecbcbddf2d2e4bd1.zip
cpython-af85f4675bc2d160a8e47659ecbcbddf2d2e4bd1.tar.gz
cpython-af85f4675bc2d160a8e47659ecbcbddf2d2e4bd1.tar.bz2
Blocked revisions 82039 via svnmerge
........ 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. ........
Diffstat (limited to 'Modules/posixmodule.c')
0 files changed, 0 insertions, 0 deletions