]> 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:11:11 +0000 (17:11 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:11:11 +0000 (17:11 +0000)
commite1e6ed1e936d23ba409cf49b62533584eac29f0a
treeeb8b256ce5c93ff307ce059e68438992423c11ad
parent29f7606cbf8eefb1c3cabb975d23baea1d62a6e8
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