Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e38d710

Browse files
authored
link to the discussion thread from whatsnew
Include the link to the discussion in the what's new text per @malemberg's comment on. #109767 (i'll follow up with a PR to main to include this edit there as well)
1 parent 951212b commit e38d710

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/whatsnew/3.12.rst

Lines changed: 3 additions & 1 deletion
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)