diff options
author | yonatanp <yonatan.perry@gmail.com> | 2023-03-16 04:44:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 04:44:52 (GMT) |
commit | 2dc94634b50f0e5e207787e5ac1d56c68b22c3ae (patch) | |
tree | 1ffdfc46379f076a08afafdb67951b992280e0b6 /Misc/ACKS | |
parent | a44553ea9f7745a1119148082edb1fb0372ac0e2 (diff) | |
download | cpython-2dc94634b50f0e5e207787e5ac1d56c68b22c3ae.zip cpython-2dc94634b50f0e5e207787e5ac1d56c68b22c3ae.tar.gz cpython-2dc94634b50f0e5e207787e5ac1d56c68b22c3ae.tar.bz2 |
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
Fix an issue of concurrent.futures ProcessPoolExecutor shutdown hanging.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1385,6 +1385,7 @@ Thomas Perl Mathieu Perreault Mark Perrego Trevor Perrin +Yonatan Perry Gabriel de Perthuis Tim Peters Benjamin Peterson |