]> granicus.if.org Git - python/commit
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
authorMichael Felt <aixtools@users.noreply.github.com>
Tue, 19 Dec 2017 12:58:49 +0000 (13:58 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Dec 2017 12:58:49 +0000 (13:58 +0100)
commitc5ae169e1b73315672770517bf51cf8464286c76
tree799e3be3da572d073580c444ff877bff8f1efd18
parent319c0345cdd8fddb49d235462e71883f1dd51b99
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.
.gitignore
Lib/ctypes/__init__.py
Lib/ctypes/_aix.py [new file with mode: 0644]
Lib/ctypes/util.py
Misc/NEWS.d/next/Library/2017-11-24-08-35-43.bpo-26439.IC45_f.rst [new file with mode: 0644]
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in