]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121313: multiprocessing: simplify by increasing the connection buffer size to...
authorInada Naoki <songofacandy@gmail.com>
Tue, 3 Sep 2024 03:32:38 +0000 (12:32 +0900)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 03:32:38 +0000 (20:32 -0700)
commit13f61bf7f1fb9b9b109b089610e845d98e6dc937
treeb6f23202a7c9817035b8aee3df5b123f24999ddc
parent1f4a49ea53516e7ff177beedc09a1e4439b3be1f
gh-121313: multiprocessing: simplify by increasing the connection buffer size to 64KiB (GH-123559)

Increases the multiprocessing connection buffer size from 8k to 64k for efficiency, without overallocating.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/multiprocessing/connection.py
Misc/NEWS.d/next/C API/2024-07-03-10-11-53.gh-issue-121313.D7gARW.rst [deleted file]
Misc/NEWS.d/next/Library/2024-07-03-10-11-53.gh-issue-121313.D7gARW.rst [new file with mode: 0644]