Skip to content

[3.13] Document that multiprocessing treats local same-user processes as trusted (GH-149001)#149034

Merged
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-f27e91e-3.13
Apr 27, 2026
Merged

[3.13] Document that multiprocessing treats local same-user processes as trusted (GH-149001)#149034
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-f27e91e-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Apr 27, 2026

Clarify in the Authentication keys section that the authkey handshake
covers Listener/Client (addressable endpoints) only, not the anonymous
pipes behind Pipe() and Queue, and that isolation between same-user
processes must be arranged at the OS level.
(cherry picked from commit f27e91e)

Co-authored-by: Gregory P. Smith 68491+gpshead@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--149034.org.readthedocs.build/

…sted (pythonGH-149001)

Clarify in the Authentication keys section that the authkey handshake
covers Listener/Client (addressable endpoints) only, not the anonymous
pipes behind Pipe() and Queue, and that isolation between same-user
processes must be arranged at the OS level.
(cherry picked from commit f27e91e)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
@miss-islington miss-islington requested a review from gpshead as a code owner April 27, 2026 01:42
@bedevere-app bedevere-app Bot added awaiting review docs Documentation in the Doc dir labels Apr 27, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Apr 27, 2026
@gpshead gpshead enabled auto-merge (squash) April 27, 2026 01:43
@gpshead gpshead merged commit 9e68f17 into python:3.13 Apr 27, 2026
30 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Apr 27, 2026
@miss-islington miss-islington deleted the backport-f27e91e-3.13 branch April 27, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants