]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143993: Document ways to disable remote debugging support (GH-143994) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Jan 2026 10:47:05 +0000 (11:47 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 10:47:05 +0000 (10:47 +0000)
commit4e63fdb31f67fe617db0c867c8a43c925c7ce279
treec6580d17a3de3915d0eb94a70eb3e19d486be397
parenta74709d2c9d2d8e14791d429c09865e29e33e16b
[3.14] gh-143993: Document ways to disable remote debugging support (GH-143994) (#144139)

gh-143993: Document ways to disable remote debugging support (GH-143994)

Although PEP 768 mentions how to disable the mechanism of
remote debugging, it is not documented in the Python docs.

This change adds a note on how to disable remote debugging support
in a Python interpreter to the remote debugging how-to.
(cherry picked from commit 0b5f8359c52f8a5ce0fe436cde499553f3b8f5d5)

Co-authored-by: Rafael Weingartner-Ortner <38643099+RafaelWO@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/howto/remote_debugging.rst
Doc/library/sys.rst