]> granicus.if.org Git - python/commit
[3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Feb 2018 12:07:24 +0000 (04:07 -0800)
committerChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 12:07:24 +0000 (13:07 +0100)
commit4cb373359d5ff29b222b10207516d294f3a54ad8
treee75a39ac93e562ade3d2d6931dfcfb30d0c5a754
parentff7528f089b60f8372c658f3bc3b14b059114da9
[3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874)

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>
(cherry picked from commit 5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23)

Co-authored-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