mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
13f61bf7f1
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>