• 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
..
2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst Loading commit data...
2019-04-02-17-01-23.bpo-36508.SN5Y6N.rst Loading commit data...
2019-04-06-18-53-03.bpo-36544.hJr2_a.rst Loading commit data...
2019-04-09-17-31-47.bpo-36577.34kuUW.rst Loading commit data...
2019-04-09-18-19-43.bpo-36465.-w6vx6.rst Loading commit data...
2019-04-11-18-50-58.bpo-36605.gk5czf.rst Loading commit data...
2019-04-12-19-49-10.bpo-36618.gcI9iq.rst Loading commit data...
2019-04-15-15-01-29.bpo-31904.38fdkg.rst Loading commit data...
2019-04-16-13-58-52.bpo-36635.JKlzkf.rst Loading commit data...
2019-04-24-02-29-15.bpo-36707.8ZNB67.rst Loading commit data...
2019-04-25-01-51-52.bpo-21536.ACQkiC.rst Loading commit data...
README.rst Loading commit data...