[issue9700] semaphore errors on AIX 6.1

2010-08-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch committed in r84366 (py3k), r84367 (3.1), r84368 (2.7). Thanks for your contribution! -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: -Python 2.6, Python 3.3

[issue9700] semaphore errors on AIX 6.1

2010-08-30 Thread Sébastien Sablé
Sébastien Sablé added the comment: This is also related to issue1234: It was the same issue but concerning AIX 5.2. This patch corrects the problem in the same way but for AIX 6.1. regards -- ___ Python tracker _

[issue9700] semaphore errors on AIX 6.1

2010-08-27 Thread Sébastien Sablé
New submission from Sébastien Sablé : 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 e