]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Oct 2022 01:09:58 +0000 (18:09 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 01:09:58 +0000 (18:09 -0700)
commitf59506780a60b870f6c6ccba1991f444dd241e59
tree0315f90913d658dd2e74af977d500005c0703e52
parentb26fb3cdc6e9d2c436f28af3c9c290c4dcac23e8
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 19ca114645bd8796cf4094e152b1fa9944da473d)

Co-authored-by: Koki Saito <49419225+saito828koki@users.noreply.github.com>
Lib/multiprocessing/resource_tracker.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2022-09-17-13-15-10.gh-issue-96819.6RfqM7.rst [new file with mode: 0644]