aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/using/configure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/using/configure.rst')
-rw-r--r--Doc/using/configure.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index a26d48d7d0a..e5fe3c72b1b 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -686,6 +686,13 @@ also be used to improve performance.
not compiled. This includes both the functionality to schedule code to be executed
and the functionality to receive code to be executed.
+ .. c:macro:: Py_REMOTE_DEBUG
+
+ This macro is defined by default, unless Python is configured with
+ :option:`--without-remote-debug`.
+
+ Note that even if the macro is defined, remote debugging may not be
+ available (for example, on an incompatible platform).
.. versionadded:: 3.14