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 vstinner
Recipients neologix, rpointel, vstinner
Date 2011-09-01.08:18:19
SpamBayes Score 3.653159e-09
Marked as misclassified No
Message-id <4E5F3FCB.7060101@haypocalc.com>
In-reply-to <CAH_1eM3vEqHMpY1xHcGHnEO9_Q_Ek4iScCinRczQ=MgE0te8DA@mail.gmail.com>
Content
> @Victor: can I commit the patch?

I don't like the skip message. It doesn't tell that the problem comes 
from sigaltstack() and it doesn't contain the issue number. I would 
expect something like: "Issue #12868: sigaltstack() doesn't work on 
OpenBSD if Python is compiled with pthread".

Do you think that the bug will be fixed in OpenBSD? If yes, we should 
test the OpenBSD version in the skip. But it looks like OpenBSD thread 
implementation is very different than operating systems (e.g. threads 
are run in user space), and I don't expect a new implementation before 
some months/years...

Anyway, skip the test if the right fix for this issue. Python cannot fix 
kernel/libc bugs.
History
Date User Action Args
2011-09-01 08:18:20vstinnersetrecipients: + vstinner, neologix, rpointel
2011-09-01 08:18:19vstinnerlinkissue12868 messages
2011-09-01 08:18:19vstinnercreate