]> granicus.if.org Git - python/commit
Apply fix from r85784 on py3k too.
authorÉric Araujo <merwok@netwok.org>
Thu, 21 Oct 2010 23:02:07 +0000 (23:02 +0000)
committerÉric Araujo <merwok@netwok.org>
Thu, 21 Oct 2010 23:02:07 +0000 (23:02 +0000)
commit68fc9aa318788344d36e72a0347ce967d6156f09
tree4485dd0c96ffc1c55569798d32d1f130f6dee4d1
parentc08f5448448ebb8d0aca65eb612f8fb4d9f2d6c2
Apply fix from r85784 on py3k too.

Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the
directory to the shared library.  test_distutils now passes when
Python was built with --enable-shared (Barry didn’t have the error
but I did).
Lib/distutils/tests/test_build_ext.py