• Victor Stinner's avatar
    bpo-21536: C extensions are no longer linked to libpython (GH-12946) · 8c3ecc6b
    Victor Stinner yazdı
    On Unix, C extensions are no longer linked to libpython.
    
    It is now possible to load a C extension built using a shared library
    Python with a statically linked Python.
    
    When Python is embedded, libpython must not be loaded with
    RTLD_LOCAL, but RTLD_GLOBAL instead. Previously, using RTLD_LOCAL, it
    was already not possible to load C extensions which were not linked
    to libpython, like C extensions of the standard library built by the
    "*shared*" section of Modules/Setup.
    
    distutils, python-config and python-config.py have been modified.
    8c3ecc6b
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
bdist.py Loading commit data...
bdist_dumb.py Loading commit data...
bdist_msi.py Loading commit data...
bdist_rpm.py Loading commit data...
bdist_wininst.py Loading commit data...
build.py Loading commit data...
build_clib.py Loading commit data...
build_ext.py Loading commit data...
build_py.py Loading commit data...
build_scripts.py Loading commit data...
check.py Loading commit data...
clean.py Loading commit data...
command_template Loading commit data...
config.py Loading commit data...
install.py Loading commit data...
install_data.py Loading commit data...
install_egg_info.py Loading commit data...
install_headers.py Loading commit data...
install_lib.py Loading commit data...
install_scripts.py Loading commit data...
register.py Loading commit data...
sdist.py Loading commit data...
upload.py Loading commit data...
wininst-10.0-amd64.exe Loading commit data...
wininst-10.0.exe Loading commit data...
wininst-14.0-amd64.exe Loading commit data...
wininst-14.0.exe Loading commit data...
wininst-6.0.exe Loading commit data...
wininst-7.1.exe Loading commit data...
wininst-8.0.exe Loading commit data...
wininst-9.0-amd64.exe Loading commit data...
wininst-9.0.exe Loading commit data...