]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)
authorGregory P. Smith <greg@krypto.org>
Sat, 23 Sep 2023 05:04:20 +0000 (22:04 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Sep 2023 05:04:20 +0000 (05:04 +0000)
commit5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e
tree3d36f943c6549c2aee80e8690b90e571cfcd049f
parent0d20fc7477a21328dd353071eaa06384bb818f7b
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)

Document the `os.fork` posix threads detected `DeprecationWarning` in 3.12 What's New, os, multiprocessing, and concurrent.futures docs.

Many reviews and doc cleanup edits by Adam & Hugo. ðŸ¥³

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/concurrent.futures.rst
Doc/library/multiprocessing.rst
Doc/library/os.rst
Doc/whatsnew/3.12.rst