We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67354b2 commit eb5d240Copy full SHA for eb5d240
Doc/using/configure.rst
@@ -906,9 +906,11 @@ See also the :ref:`Python Development Mode <devmode>` and the
906
:option:`--with-trace-refs` configure option.
907
908
.. versionchanged:: 3.8
909
- Release builds and debug builds are now ABI compatible: defining the
+ Release builds are now ABI compatible with debug builds: defining the
910
``Py_DEBUG`` macro no longer implies the ``Py_TRACE_REFS`` macro (see the
911
- :option:`--with-trace-refs` option).
+ :option:`--with-trace-refs` option). However, debug builds still expose
912
+ more symbols than release builds and code built against a debug build is not
913
+ necessarily compatible with a release build.
914
915
916
Debug options
0 commit comments