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 4c2f35f commit 92a2d72Copy full SHA for 92a2d72
Doc/whatsnew/3.14.rst
@@ -447,7 +447,7 @@ contextvars
447
* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
448
:meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as
449
ways to terminate or kill all living worker processes in the given pool.
450
- (Contributed by Charles Machalow in :gh:`128043`.)
+ (Contributed by Charles Machalow in :gh:`130849`.)
451
452
453
ctypes
Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst
@@ -1,4 +1,4 @@
1
Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
2
3
4
-(Contributed by Charles Machalow in :gh:`128043`.)
+(Contributed by Charles Machalow in :gh:`130849`.)
0 commit comments