]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143993: Document ways to disable remote debugging support (#143994)
authorRafael Weingartner-Ortner <38643099+RafaelWO@users.noreply.github.com>
Thu, 22 Jan 2026 10:41:20 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 10:41:20 +0000 (11:41 +0100)
commit0b5f8359c52f8a5ce0fe436cde499553f3b8f5d5
tree79975566fecbed443b53bc411cfc7c5cb283671f
parent3e66171efa3ca6b334931f6f9437d08065751352
gh-143993: Document ways to disable remote debugging support (#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.

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