]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the
authorBarry Warsaw <barry@python.org>
Thu, 21 Oct 2010 22:13:29 +0000 (22:13 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 21 Oct 2010 22:13:29 +0000 (22:13 +0000)
commitf084376f23ee20a972a1fb28f9fd5366f8fd2439
tree85928994ae0aa726965fee534bc6ca70c3e2ca74
parente9df5d6866b3da7d3c2e31cc66c1b523943151ff
Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the
directory to the shared library.  test_distutils now passes when
Python was built with --enable-shared.
Lib/distutils/tests/test_build_ext.py