mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
[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
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:
parent
5df4f353ad
commit
236498c845
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue