]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix problem reported by Donn Cave: if VPATH is an absolute path, it
authorGuido van Rossum <guido@python.org>
Mon, 12 May 1997 20:49:39 +0000 (20:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 May 1997 20:49:39 +0000 (20:49 +0000)
commit573a24a4f7e2bf22eddd4a12d8985a4f14b69b90
tree4087959c1fdac30d228070f039447c361c2560df
parent4a807f59391b497730342cf4cd07207ef50cfb51
Fix problem reported by Donn Cave: if VPATH is an absolute path, it
would always be a hit.   Prevent this by only using VPATH if we know
we are in the build directory.
Modules/getpath.c