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 dc933c0 commit 8c2b76eCopy full SHA for 8c2b76e
Misc/NEWS.d/next/Library/2025-08-01-23-11-25.gh-issue-137017.0yGcNc.rst
@@ -1,3 +1,3 @@
1
-Fix `threading.Thread.is_alive()` to remain `True` until the underlying OS
+Fix :obj:`threading.Thread.is_alive` to remain ``True`` until the underlying OS
2
thread is fully cleaned up. This avoids false negatives in edge cases
3
-involving thread monitoring or premature `is_alive()` calls.
+involving thread monitoring or premature :obj:`threading.Thread.is_alive` calls.
0 commit comments