commit | cef2006eaff86f843b8f0fc21fc7b652415b96ed | [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 | bea8b0ca40c3a78659e91f5f2191ac2d2bfa66e0 | |
parent | 421489f8a6d9485b484fb5d51bcb5df094190b7e [diff] [blame] |
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
diff --git a/Misc/NEWS b/Misc/NEWS index 8ec9675..e99efca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -175,6 +175,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.