]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767)
authorGregory P. Smith <greg@krypto.org>
Sat, 23 Sep 2023 05:04:20 +0000 (22:04 -0700)
committerMiss Islington (bot) <mariatta.wijaya+miss-islington@gmail.com>
Sat, 23 Sep 2023 05:04:27 +0000 (05:04 +0000)
commit951212b0e9457b9ea5459e4fa83b369847455bf7
treefb6b46fdd8eed67c094e3b2230e3bbe549934aeb
parentf6287bd46fce5d9246503ebccac0536f229bd269
gh-100228: Document the os.fork threads DeprecationWarning. (GH-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. ðŸ¥³

(cherry picked from commit 5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
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