From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:07:23 +0000 (+0200) Subject: [3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374) X-Git-Tag: v3.14.0b4~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=236498c8457c2c7f3e03ab423231ac41bc5bbd8d;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374) gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (cherry picked from commit 9aac5a3d44d7191001660aed3a383b062ee4b29b) Co-authored-by: Petr Viktorin --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index a26d48d7d0a3..e5fe3c72b1b2 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