8000 gh-129205: Update multiprocessing.forkserver to use os.readinto by cmaloney · Pull Request #129425 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-129205: Update multiprocessing.forkserver to use os.readinto #129425

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

Merged
merged 6 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2025-01-28-22-11-41.gh-issue-129205.C-vE8S.rst
  • Loading branch information
cmaloney authored Jan 29, 2025
commit d2d5baf32d801161623fa50290b8bd76956eec78
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:mod:`multiprocessing` forkserver now uses :func:`os.readinto` to read pid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that it's worth it to document this change to end users. I suggest to remove this NEWS entry.

of child processes saving memory allocations and copies..
of child processes saving memory allocations and copies.
Loading
0