Skip to content

Commit e81bd3f

Browse files
authored
Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)
A post main merge edit to the text was added in the 3.12 backport PR. e38d710 This includes that in main. It's a minor edit over #109767 to resolve the comment there.
1 parent 40d1de7 commit e81bd3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/whatsnew/3.12.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,9 @@ Deprecated
10711071
with the POSIX platform when doing so. Even if such code *appeared* to work.
10721072
We added the warning to to raise awareness as issues encounted by code doing
10731073
this are becoming more frequent. See the :func:`os.fork` documentation for
1074-
more details.
1074+
more details along with `this discussion on fork being incompatible with threads
1075+
<https://discuss.python.org/t/33555>`_ for *why* we're now surfacing this
1076+
longstanding platform compatibility problem to developers.
10751077

10761078
When this warning appears due to usage of :mod:`multiprocessing` or
10771079
:mod:`concurrent.futures` the fix is to use a different

0 commit comments

Comments
 (0)