]> granicus.if.org Git - python/commit
Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:
authorMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:08:25 +0000 (17:08 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:08:25 +0000 (17:08 +0000)
commit2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15
tree04e31698c9d6ed7a857023e64a3b90fae667547c
parent49956b26a276cdbe6c5ac1e6020ea5e944291558
Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:

- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
  biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
Lib/ctypes/util.py
Misc/NEWS