summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:52:00 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:52:00 (GMT)
commit33a299428d1adc12b57d2ba0ee89c9393f08834a (patch)
treef36e6f31e16959e0de8b52aa23ff7352cdedb5d3 /Misc
parent33856de84d1115a18b699e0ca93c3b921bc6a1af (diff)
downloadcpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.zip
cpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.tar.gz
cpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.tar.bz2
Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0ab67dd..d841e1a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -705,6 +705,7 @@ Jeff Rush
Sam Rushing
Mark Russell
Nick Russo
+Sébastien Sablé
Hajime Saitou
George Sakkis
Rich Salz
diff --git a/Misc/NEWS b/Misc/NEWS
index 574cf1c..32d26ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -347,6 +347,9 @@ Tests
Build
-----
+- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
+ Sébastien Sablé.
+
- Don't run pgen twice when using make -j.