diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-12-31 16:23:09 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-12-31 16:23:09 (GMT) |
commit | 5e844c8052d13202261c2eb95f07802615c66921 (patch) | |
tree | 70f364bbcc6647be36754755c791762ebd091f9b /Misc | |
parent | c7ce3f7be5e72cf2253fc997bfdb6c80e27400f8 (diff) | |
download | cpython-5e844c8052d13202261c2eb95f07802615c66921.zip cpython-5e844c8052d13202261c2eb95f07802615c66921.tar.gz cpython-5e844c8052d13202261c2eb95f07802615c66921.tar.bz2 |
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -189,6 +189,8 @@ Core and Builtins 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. |