]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_build_ext.py to work when building in a separate directory.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Feb 2009 16:25:16 +0000 (16:25 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Feb 2009 16:25:16 +0000 (16:25 +0000)
commita52f1c62eb8cce9fb7f78687b854d1d8c4dbe39f
tree0b4fbee0cc22f2e6040f9b0ab6579223736ada7f
parente844be6d9aba1c19c929d3550f71c2d530175e62
Fix test_build_ext.py to work when building in a separate directory.
Since "srcdir" should now be defined on all platforms, use it to
find the module source.
Lib/distutils/tests/test_build_ext.py