]> 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:11:17 +0000 (18:11 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 01:11:17 +0000 (18:11 -0700)
commitc2d3f73da780ce4d568f541fb7f55917a814d65c
tree99a0e306a1169f0c942dc4db73e5bda15f0b6e1a
parent72d445a22e4fe59f11f090762f2517a60e164f40
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]