]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating a proce...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Jul 2025 20:05:39 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Jul 2025 20:05:39 +0000 (20:05 +0000)
commitf867711df000dddcb7da5dc8afaac56adb7bc21b
tree269d1e75c3d36b8c2df07833b94b3d1e54ac6bb3
parent81079d7b1ae9c122ec467d48418eb40bef2ddda3
[3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) (#137155)

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

---------
(cherry picked from commit 4e40f2bea7edfa5ba7e2e0e6159d9da9dfe4aa97)

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