• Victor Stinner's avatar
    bpo-36465: Make release and debug ABI compatible (GH-12615) · f4e4703e
    Victor Stinner yazdı
    Release build and debug build are now ABI compatible: the Py_DEBUG
    define no longer implies Py_TRACE_REFS define which introduces the
    only ABI incompatibility.
    
    A new "./configure --with-trace-refs" build option is now required to
    get Py_TRACE_REFS define which adds sys.getobjects() function and
    PYTHONDUMPREFS environment variable.
    
    Changes:
    
    * Add ./configure --with-trace-refs
    * Py_DEBUG no longer implies Py_TRACE_REFS
    f4e4703e
Adı
Son kayıt (commit)
Son güncelleme
..
cmdline.rst Loading commit data...
index.rst Loading commit data...
mac.rst Loading commit data...
unix.rst Loading commit data...
venv-create.inc Loading commit data...
win_installer.png Loading commit data...
windows.rst Loading commit data...