Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,11 @@ See also the :ref:`Python Development Mode <devmode>` and the
:option:`--with-trace-refs` configure option.

.. versionchanged:: 3.8
Release builds and debug builds are now ABI compatible: defining the
Release builds are now ABI compatible with debug builds: defining the
``Py_DEBUG`` macro no longer implies the ``Py_TRACE_REFS`` macro (see the
:option:`--with-trace-refs` option).
:option:`--with-trace-refs` option). However, debug builds still expose
more symbols than release builds and code built against a debug build is not
necessarily compatible with a release build.


Debug options
Expand Down
Loading