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 6bb9db4 commit 9c22c06Copy full SHA for 9c22c06
Doc/whatsnew/3.14.rst
@@ -352,6 +352,17 @@ json
352
(Contributed by Trey Hunner in :gh:`122873`.)
353
354
355
+multiprocessing
356
+---------------
357
+
358
+* :mod:`multiprocessing`'s ``"forkserver"`` start method gains authentication
359
+ on its control sockets so that it isn't solely reliant on filesystem
360
+ permissions to control what other processes can cause the fork server to
361
+ spawn workers and run code.
362
+ This improves the security story behind gh:`97514`.
363
+ (Contributed by Gregory P. Smith.)
364
365
366
operator
367
--------
368
0 commit comments