Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
[3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085)#134448
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.13
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
pythonGH-134085)* ensure that we can create AF_UNIX socket files* emit a warning if system-wide temporary directory is used(cherry picked from commit1a07a01)Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Library/2025-05-16-12-40-37.gh-issue-132124.T_5Odx.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm too lazy for backporting the docs labels I created in 3.14+ so let's just have an emphasized method
The reason why we shouldNOT backport this for a while:#132124 (comment). |
Since the last 3.14 beta went wild, I think we can now backport this to 3.13 as no one has complained. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commit1a07a01)
Co-authored-by: Bénédikt Tran10796600+picnixz@users.noreply.github.com
multiprocessing.util.get_temp_dir()
can be used to create socket files with limited path length #132124