]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512...
authorKoki Saito <49419225+saito828koki@users.noreply.github.com>
Mon, 3 Oct 2022 00:41:01 +0000 (09:41 +0900)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 00:41:01 +0000 (17:41 -0700)
commit19ca114645bd8796cf4094e152b1fa9944da473d
treeb29d4dbc8ece5be4a1e2380fda58e2372bd63259
parent14d4f68ebb495fe7ccbaf283386d861a054d8288
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (#96890)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@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]