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 a6d64b4 commit 93d1e48Copy full SHA for 93d1e48
1 file changed
Misc/NEWS.d/next/Library/2025-11-12-01-49-03.gh-issue-137109.D6sq2B.rst
@@ -0,0 +1,5 @@
1
+The :mod:`os.fork` and related forking APIs will no longer warn in the
2
+common case where Linux or macOS platform APIs return the number of threads
3
+in a process and find the answer to be 1 even when a
4
+:func:`os.register_at_fork` ``after_in_parent=`` callback (re)starts a
5
+thread.
0 commit comments