commit | 5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Fri Sep 22 22:04:20 2023 -0700 |
committer | GitHub <noreply@github.com> | Sat Sep 23 05:04:20 2023 +0000 |
tree | 3d36f943c6549c2aee80e8690b90e571cfcd049f | |
parent | 0d20fc7477a21328dd353071eaa06384bb818f7b [diff] |
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>