commit | 5e844c8052d13202261c2eb95f07802615c66921 | [log] [tgz] |
---|---|---|
author | Giampaolo Rodola' <g.rodola@gmail.com> | Mon Dec 31 17:23:09 2012 +0100 |
committer | Giampaolo Rodola' <g.rodola@gmail.com> | Mon Dec 31 17:23:09 2012 +0100 |
tree | 70f364bbcc6647be36754755c791762ebd091f9b | |
parent | c7ce3f7be5e72cf2253fc997bfdb6c80e27400f8 [diff] [blame] |
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
diff --git a/Misc/NEWS b/Misc/NEWS index 8ce30c5..9e04951 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -189,6 +189,8 @@ Library ------- +- Issue 10527: make multiprocessing use poll() instead of select() if available. + - Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.