commit | c5ae169e1b73315672770517bf51cf8464286c76 | [log] [tgz] |
---|---|---|
author | Michael Felt <aixtools@users.noreply.github.com> | Tue Dec 19 13:58:49 2017 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 19 13:58:49 2017 +0100 |
tree | 799e3be3da572d073580c444ff877bff8f1efd18 | |
parent | 319c0345cdd8fddb49d235462e71883f1dd51b99 [diff] |
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) Implement find_library() support in ctypes/util for AIX. Add some AIX specific tests.