cpython/Doc/using
Victor Stinner f4e4703e74
bpo-36465: Make release and debug ABI compatible (GH-12615)
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
2019-04-25 00:56:28 +02:00
..
cmdline.rst bpo-36465: Make release and debug ABI compatible (GH-12615) 2019-04-25 00:56:28 +02:00
index.rst Fix trivial typo in Readme (GH-2185) 2017-06-14 06:32:06 -07:00
mac.rst bpo-25910: Link redirections in docs (#1933) 2018-01-20 01:25:37 +01:00
unix.rst Linkify PEP 8 in unix.rst (GH-10482) 2018-11-12 08:31:57 -08:00
venv-create.inc Include the --prompt flag in venv's help output (GH-10711) 2019-02-22 06:05:20 -05:00
win_installer.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) 2018-07-01 16:02:52 +09:00
windows.rst bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) 2019-04-12 15:26:47 -07:00