commit | 505ed9d03661f90a1be4474131fde745546dd57a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jan 10 17:14:04 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jan 10 17:14:04 2009 +0000 |
tree | 04e31698c9d6ed7a857023e64a3b90fae667547c | |
parent | 2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15 [diff] |
Blocked revisions 68487 via svnmerge ........ r68487 | matthias.klose | 2009-01-10 11:00:42 -0600 (Sat, 10 Jan 2009) | 3 lines - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on biarch systems. Try to rely on ldconfig only, without using objdump and gcc. ........