gh-131591: Document Py_REMOTE_DEBUG (GH-135929)

This commit is contained in:
Petr Viktorin 2025-07-07 12:56:29 +02:00 committed by GitHub
parent 0a33221594
commit 9aac5a3d44
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