This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, reshmi.george, sable, vstinner
Date 2011-06-24.16:57:17
SpamBayes Score 1.2805312e-11
Marked as misclassified No
Message-id <BANLkTim5KBpCC4e47MDxQtem=ji31Gmjbg@mail.gmail.com>
In-reply-to <1308864338.79.0.676975391642.issue12372@psf.upfronthosting.co.za>
Content
> Nobody is able to get more information, or maybe nobody wants to dig this issue. It would be better to get the real cause of the issue,

Well, it looks like a libc or kernel bug, and we probably can't do
much about it. Just falling back to mutex + condition variable instead
of POSIX semaphores does the trick, so I'll say just avoid POSIX
semaphores altogether on AIX and we should be fine. People could
report this to their AIX vendor, but they should definitely consider
dropping this terminally broken platform and switch to, let's says,
Linux or BSD...
History
Date User Action Args
2011-06-24 16:57:18neologixsetrecipients: + neologix, vstinner, sable, reshmi.george
2011-06-24 16:57:17neologixlinkissue12372 messages
2011-06-24 16:57:17neologixcreate