]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132898: Add a note in `multiprocessing.Process` docs about creating a process...
authorDuprat <yduprat@gmail.com>
Sun, 27 Jul 2025 19:59:08 +0000 (21:59 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Jul 2025 19:59:08 +0000 (12:59 -0700)
commit4e40f2bea7edfa5ba7e2e0e6159d9da9dfe4aa97
tree20441fba8c87baa53491f2db45b18b93683e4892
parent6784ef7da7cbf1a944fd0685630ced54e4a0066c
gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118)

* Reword, expand, and clarify the limitation, highlighting the REPL case.
* Mention in the high level Process description.
* added a pointer to the GH issue from the doc note

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/concurrent.futures.rst
Doc/library/multiprocessing.rst