commit | b41947b6603a22f2175bc9916fddd5098fe00a31 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 30 14:55:30 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 30 14:55:30 2010 +0000 |
tree | 474ea00dd3bb6182b5765c18b708889e2686a26a | |
parent | 183515c5d4baff4c794072a6196a86564ad1ddc5 [diff] |
Merged revisions 84366 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84366 | antoine.pitrou | 2010-08-30 16:52:00 +0200 (lun., 30 août 2010) | 5 lines Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by Sébastien Sablé. ........