Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-132898: Add a note in multiprocessing.Process docs about creating a process in a REPL session#137118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-132898: Add a note in multiprocessing.Process docs about creating a process in a REPL session #137118
Uh oh!
There was an error while loading. Please reload this page.
Conversation
YvesDup commented Jul 26, 2025 • edited by github-actions bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by github-actions bot
Uh oh!
There was an error while loading. Please reload this page.
gpshead commented Jul 27, 2025
Thanks! I took this and started looking around the docs to tie things together. reworded now, with cross references. |
…rocess description.
83344ec to b9773c7Comparemultiprocessing.Process class documentation about how creating a process in a REPL sessionmultiprocessing.Process docs about creating a process in a REPL session4e40f2b into python:mainUh oh!
There was an error while loading. Please reload this page.
…reating a process in a REPL (pythonGH-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 4e40f2b) Co-authored-by: Duprat <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
…reating a process in a REPL (pythonGH-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 4e40f2b) Co-authored-by: Duprat <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
GH-137154 is a backport of this pull request to the 3.14 branch. |
GH-137155 is a backport of this pull request to the 3.13 branch. |
…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 4e40f2b) Co-authored-by: Duprat <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
…creating a process in a REPL (GH-137118) (#137154) Co-authored-by: Duprat <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
…reating a process in a REPL (pythonGH-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 <[email protected]>
…about creating a process in a REPL (pythonGH-137118) (python#137154) Co-authored-by: Duprat <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
This note explains the implications between the location of the function or callable object passed to the
targetargument and the selected start method when you create a newProcessobject in a REPL session.I wonder if I have to add a reference to the issue at end of the note..
This should be backport to: 3.14
__mp_main__has no attributeis_primeinProcessPoolExecutorexample #132898📚 Documentation preview 📚: https://cpython-previews--137118.org.readthedocs.build/