diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-01-15 01:01:01 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-01-15 01:01:01 (GMT) |
commit | ad1d5f908a51e1c6fd487e31d6f6aab98bae5c00 (patch) | |
tree | da987b98dad77466619ce767e12ba88b3e96888c /Misc | |
parent | 182d7cd531e565bfbd9e248290d6f868c688bf33 (diff) | |
download | cpython-ad1d5f908a51e1c6fd487e31d6f6aab98bae5c00.zip cpython-ad1d5f908a51e1c6fd487e31d6f6aab98bae5c00.tar.gz cpython-ad1d5f908a51e1c6fd487e31d6f6aab98bae5c00.tar.bz2 |
Issue #10527: Use poll() instead of select() for multiprocessing pipes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -199,6 +199,8 @@ Core and Builtins Library ------- +- Issue #10527: Use poll() instead of select() for multiprocessing pipes. + - Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. |