diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2014-07-28 22:01:02 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2014-07-28 22:01:02 (GMT) |
commit | e0e65817e534420d5d04a635f964d97abf68e921 (patch) | |
tree | 8a95626dc95ec57a0bb07d498c630a3350079cf9 /Misc | |
parent | 7611964b2cb82e38f3354e665bbe6c9e7efa8cb6 (diff) | |
download | cpython-e0e65817e534420d5d04a635f964d97abf68e921.zip cpython-e0e65817e534420d5d04a635f964d97abf68e921.tar.gz cpython-e0e65817e534420d5d04a635f964d97abf68e921.tar.bz2 |
Issue #21704: Fix build error for _multiprocessing when semaphores
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,7 @@ Ankur Ankan Jon Anglin Heidi Annexstad Ramchandra Apte +Arfrever Frehtes Taifersar Arahesis Éric Araujo Alicia Arlen Jeffrey Armstrong @@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #21704: Fix build error for _multiprocessing when semaphores + are not available. Patch by Arfrever Frehtes Taifersar Arahesis. + - Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError on closed socket. repr(socket.socket) already works fine. |