Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3843 commit c83193dCopy full SHA for c83193d
Misc/NEWS.d/next/Library/2022-11-10-17-16-45.gh-issue-97514.kzA0zl.rst
@@ -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