diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-21 17:45:31 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-21 17:45:31 (GMT) |
commit | 996f606787a7aba177f738157acd672b5821be4c (patch) | |
tree | 96dd930702ce82c9a1381ea4dff5fc1e89b53048 /Misc | |
parent | 1beea5b7c181d9e7279dd58bc5fbee52b549e528 (diff) | |
download | cpython-996f606787a7aba177f738157acd672b5821be4c.zip cpython-996f606787a7aba177f738157acd672b5821be4c.tar.gz cpython-996f606787a7aba177f738157acd672b5821be4c.tar.bz2 |
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core and Builtins Library ------- +- Issue #12372: POSIX semaphores are broken on AIX: don't use them. + - Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, so that "import DLFCN" and other similar imports work on Linux 3.0. |