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

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