diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-02-25 12:07:24 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2018-02-25 12:07:24 (GMT) |
commit | 4cb373359d5ff29b222b10207516d294f3a54ad8 (patch) | |
tree | e75a39ac93e562ade3d2d6931dfcfb30d0c5a754 /Python/pythonrun.c | |
parent | ff7528f089b60f8372c658f3bc3b14b059114da9 (diff) | |
download | cpython-4cb373359d5ff29b222b10207516d294f3a54ad8.zip cpython-4cb373359d5ff29b222b10207516d294f3a54ad8.tar.gz cpython-4cb373359d5ff29b222b10207516d294f3a54ad8.tar.bz2 |
[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>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions