]> granicus.if.org Git - python/commit
bpo-32647: Link ctypes extension with libdl. (#5550)
authorChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 09:22:14 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 09:22:14 +0000 (10:22 +0100)
commit5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23
tree5738108873b903fcf86a378077012a99f74bda72
parentb7b9225831a729bff84eb7c43bad138416b994fe
bpo-32647: Link ctypes extension with libdl. (#5550)

The ctypes module used to depend on indirect linking for dlopen. The shared
extension is now explicitly linked against libdl on platforms with dl.

Signed-off-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2018-02-05-13-31-42.bpo-32647.ktmfR_.rst [new file with mode: 0644]
setup.py