New submission from Sébastien Sablé <sa...@users.sourceforge.net>:
Hi, The same problem that was reported in issue 1106262 is appearing again on AIX 6.1 (the following error messages appear sometime when runnning python: sem_trywait: Permission denied sem_post: Permission denied sem_destroy: Permission denied) It can be easily corrected by defining HAVE_BROKEN_POSIX_SEMAPHORES for AIX 6, like it is done for AIX 5. I attach a patch that does that (I made the patch on Python 2.6.6 but it should apply to Python 2.7 and 3.X as well). regards ---------- components: None files: patch-semaphore.diff keywords: patch messages: 115068 nosy: sable priority: normal severity: normal status: open title: semaphore errors on AIX 6.1 versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file18658/patch-semaphore.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9700> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com