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 0bf5a5f commit b7d3b38Copy full SHA for b7d3b38
1 file changed
Misc/NEWS.d/next/Library/2026-03-22-23-42-22.gh-issue-146313.RtDeAd.rst
@@ -1,4 +1,4 @@
1
-Fix a deadlock in :class:`multiprocessing.resource_tracker.ResourceTracker`
+Fix a deadlock in :mod:`multiprocessing`'s resource tracker
2
where the parent process could hang indefinitely in :func:`os.waitpid`
3
during interpreter shutdown if a child created via :func:`os.fork` still
4
held the resource tracker's pipe open.
0 commit comments