SIGN IN SIGN UP

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
V
Victor Stinner committed
f4e4703e746067d6630410408d414b11003334d6
Parent: 888f37b
Committed by GitHub <noreply@github.com> on 4/24/2019, 10:56:28 PM