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

Skip to content

Commit 9c22c06

Browse files
committed
Add a whatsnew entry.
1 parent 6bb9db4 commit 9c22c06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,17 @@ json
352352
(Contributed by Trey Hunner in :gh:`122873`.)
353353

354354

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+
355366
operator
356367
--------
357368

0 commit comments

Comments
 (0)