]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
authorPetr Viktorin <encukou@gmail.com>
Mon, 7 Jul 2025 10:56:29 +0000 (12:56 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 10:56:29 +0000 (12:56 +0200)
Doc/using/configure.rst

index a26d48d7d0a3451181410b849f39aa48fdddf042..e5fe3c72b1b26ea331ec4fa8a23fca51c2b6d5ff 100644 (file)
@@ -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