]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge r68489 from svn+ssh://pythondev@svn.python.org/python/branches/py3k:
authorMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:17:29 +0000 (17:17 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Jan 2009 17:17:29 +0000 (17:17 +0000)
commit81b6700102ba32604f07aa7bc0c2997a879eba8d
tree7bb5df8da0e4e4c1cc32be2d50d40369825afff5
parentb6362e3db42741bc537e0e3c7ccc7b1429d729c4
Merge r68489 from svn+ssh://pythondev@svn.python.org/python/branches/py3k:

- 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