From ca737d4a81ae89f91ad5d17828667ec8a9bfa910 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 25 Jun 2025 13:40:05 +0200 Subject: [PATCH] gh-131591: Document Py_REMOTE_DEBUG --- Doc/using/configure.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index df81a330549147..cc0d87b92a47a4 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -683,6 +683,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