Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c83193d

Browse files
committed
NEWS entry.
1 parent 72f3843 commit c83193d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Authentication was added to the :mod:`multiprocessing` forkserver start
2+
method control socket so that only processes with the authentication key
3+
generated by the process that spawned the forkserver can control it. This
4+
is an enhancement over the other :gh:`97514` fixes so that access is no
5+
longer limited only by filesystem permissions.
6+
7+
The file descriptor exchange of control pipes with the worker forked worker
8+
process now requires an explicit acknowledgement byte to be sent over the
9+
socket after the exchange on all forkserver supporting platforms. That makes
10+
testing the above much easier.

0 commit comments

Comments
 (0)