]> granicus.if.org Git - python/commit
Make test_build_ext.py use sysconfig "srcdir" to find the source for
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 6 Feb 2009 21:42:05 +0000 (21:42 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 6 Feb 2009 21:42:05 +0000 (21:42 +0000)
commitd8f63bbce50c702086cc93ea2131c268752d45b3
treee0d344fc0524baf840c09e596148862bc08c45c2
parent0a7b2c7bc393aee46081fe566ebd3edf0e8d5073
Make test_build_ext.py use sysconfig "srcdir" to find the source for
xxmodule.c.  Have sysconfig make the srcdir path absolute if that seems
necessary (running non-installed Python outside the build directory).
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_build_ext.py