[3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374)
Some checks are pending
Tests / Windows MSI (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run

gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
(cherry picked from commit 9aac5a3d44)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-07-07 13:07:23 +02:00 committed by GitHub
parent 5df4f353ad
commit 236498c845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -686,6 +686,13 @@ also be used to improve performance.
not compiled. This includes both the functionality to schedule code to be executed not compiled. This includes both the functionality to schedule code to be executed
and the functionality to receive 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 .. versionadded:: 3.14