Skip to content

Commit fe77ba9

Browse files
committed
remotexec fix 3
1 parent 9f6d131 commit fe77ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19961996
and minor version as the local process. If either the local or remote
19971997
interpreter is pre-release (alpha, beta, or release candidate) then the
19981998
local and remote interpreters must be the same exact version.
1999+
The temporary script file is created with restrictive permissions (typically
2000+
``0o600``). The target process must be able to read this file.
19992001

20002002
.. audit-event:: sys.remote_exec pid script_path
20012003

@@ -2013,8 +2015,6 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20132015
This event is raised in the remote process, not the one
20142016
that called :func:`sys.remote_exec`.
20152017

2016-
The temporary script file is created with restrictive permissions (typically
2017-
``0o600``). The target process must be able to read this file.
20182018
Callers should adjust permissions before calling, for example::
20192019

20202020
import os

0 commit comments

Comments
 (0)