Skip to content

Commit a79c3cc

Browse files
committed
Link from sys.remote_exec to HOWTO
Instead of duplicating the info about disabling remote debugging.
1 parent 5d7a544 commit a79c3cc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Doc/library/sys.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,14 +1997,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19971997
interpreter is pre-release (alpha, beta, or release candidate) then the
19981998
local and remote interpreters must be the same exact version.
19991999

2000-
.. note::
2001-
2002-
To disable remote debugging support, use any of the following:
2003-
2004-
* Set the :envvar:`PYTHON_DISABLE_REMOTE_DEBUG` environment variable to ``1``
2005-
before starting the interpreter.
2006-
* Use the :option:`-X disable_remote_debug` command-line option.
2007-
* Compile Python with the :option:`--without-remote-debug` build flag.
2000+
See :ref:`remote-debugging` for more information about the remote debugging
2001+
mechanism.
20082002

20092003
.. audit-event:: sys.remote_exec pid script_path
20102004

0 commit comments

Comments
 (0)