commit | 7450a81970c0906025fd92017b34676e70c5a767 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Tue Jan 01 17:25:09 2013 +0000 |
committer | Richard Oudkerk <shibturn@gmail.com> | Tue Jan 01 17:25:09 2013 +0000 |
tree | 75c5a2ceec9071cb91a41ab6ad1e0171f8d0a661 | |
parent | 856cb0fc34d9b82594e7c0053535ea7df747b8ab [diff] [blame] |
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
diff --git a/Misc/NEWS b/Misc/NEWS index 8bfa569..ff91c71 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -175,6 +175,8 @@ Library ------- +- Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. + - Issue 10527: make multiprocessing use poll() instead of select() if available. - Issue #16485: Fix file descriptor not being closed if file header patching