Staging
v0.5.1
https://github.com/python/cpython
Revision 4bb9b9aea04b1a96632da1b30a58fb31cbe6ec92 authored by Christian Heimes on 25 February 2018, 11:31:17 UTC, committed by GitHub on 25 February 2018, 11:31:17 UTC
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>
1 parent 3d87f4c
History
Tip revision: 4bb9b9aea04b1a96632da1b30a58fb31cbe6ec92 authored by Christian Heimes on 25 February 2018, 11:31:17 UTC
[2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)
Tip revision: 4bb9b9a
File Mode Size
_bsddb.vcxproj -rw-r--r-- 16.1 KB
_bsddb.vcxproj.filters -rw-r--r-- 28.8 KB
_ctypes.vcxproj -rw-r--r-- 4.6 KB
_ctypes.vcxproj.filters -rw-r--r-- 2.3 KB
_ctypes_test.vcxproj -rw-r--r-- 3.0 KB
_ctypes_test.vcxproj.filters -rw-r--r-- 719 bytes
_elementtree.vcxproj -rw-r--r-- 4.4 KB
_elementtree.vcxproj.filters -rw-r--r-- 2.6 KB
_hashlib.vcxproj -rw-r--r-- 3.7 KB
_hashlib.vcxproj.filters -rw-r--r-- 437 bytes
_msi.vcxproj -rw-r--r-- 3.1 KB
_msi.vcxproj.filters -rw-r--r-- 424 bytes
_multiprocessing.vcxproj -rw-r--r-- 3.6 KB
_multiprocessing.vcxproj.filters -rw-r--r-- 1.3 KB
_socket.vcxproj -rw-r--r-- 3.2 KB
_socket.vcxproj.filters -rw-r--r-- 703 bytes
_sqlite3.vcxproj -rw-r--r-- 4.5 KB
_sqlite3.vcxproj.filters -rw-r--r-- 2.5 KB
_ssl.vcxproj -rw-r--r-- 3.9 KB
_ssl.vcxproj.filters -rw-r--r-- 429 bytes
_testcapi.vcxproj -rw-r--r-- 3.1 KB
_testcapi.vcxproj.filters -rw-r--r-- 440 bytes
_tkinter.vcxproj -rw-r--r-- 3.6 KB
_tkinter.vcxproj.filters -rw-r--r-- 535 bytes
build.bat -rw-r--r-- 5.3 KB
build_env.bat -rw-r--r-- 25 bytes
build_pgo.bat -rw-r--r-- 140 bytes
bz2.vcxproj -rw-r--r-- 3.8 KB
bz2.vcxproj.filters -rw-r--r-- 1.7 KB
clean.bat -rw-r--r-- 126 bytes
env.bat -rw-r--r-- 976 bytes
field3.py -rw-r--r-- 974 bytes
find_msbuild.bat -rw-r--r-- 2.4 KB
find_python.bat -rw-r--r-- 3.0 KB
get_external.py -rw-r--r-- 1.8 KB
get_externals.bat -rw-r--r-- 3.5 KB
idle.bat -rw-r--r-- 284 bytes
installer.bmp -rw-r--r-- 57.4 KB
libeay.vcxproj -rw-r--r-- 45.3 KB
openssl.props -rw-r--r-- 3.6 KB
pcbuild.proj -rw-r--r-- 3.9 KB
pcbuild.sln -rw-r--r-- 40.0 KB
prepare_ssl.py -rw-r--r-- 6.4 KB
pyexpat.vcxproj -rw-r--r-- 3.5 KB
pyexpat.vcxproj.filters -rw-r--r-- 1.2 KB
pyproject.props -rw-r--r-- 9.0 KB
python.props -rw-r--r-- 7.0 KB
python.vcxproj -rw-r--r-- 5.0 KB
python.vcxproj.filters -rw-r--r-- 823 bytes
pythoncore.vcxproj -rw-r--r-- 20.9 KB
pythoncore.vcxproj.filters -rw-r--r-- 30.8 KB
pythonw.vcxproj -rw-r--r-- 3.7 KB
pythonw.vcxproj.filters -rw-r--r-- 703 bytes
readme.txt -rw-r--r-- 13.4 KB
rmpyc.py -rw-r--r-- 598 bytes
rt.bat -rw-r--r-- 1.9 KB
select.vcxproj -rw-r--r-- 3.1 KB
select.vcxproj.filters -rw-r--r-- 437 bytes
sqlite3.vcxproj -rw-r--r-- 3.1 KB
sqlite3.vcxproj.filters -rw-r--r-- 805 bytes
ssleay.vcxproj -rw-r--r-- 4.8 KB
tcl.vcxproj -rw-r--r-- 3.5 KB
tcltk.props -rw-r--r-- 2.8 KB
tix.vcxproj -rw-r--r-- 3.6 KB
tk.vcxproj -rw-r--r-- 3.6 KB
unicodedata.vcxproj -rw-r--r-- 3.2 KB
unicodedata.vcxproj.filters -rw-r--r-- 811 bytes
w9xpopen.vcxproj -rw-r--r-- 3.1 KB
w9xpopen.vcxproj.filters -rw-r--r-- 428 bytes
winsound.vcxproj -rw-r--r-- 3.1 KB
winsound.vcxproj.filters -rw-r--r-- 501 bytes

readme.txt

back to top