[issue12868] test_faulthandler.test_stack_overflow() failed on OpenBSD

Charles-François Natali report at bugs.python.org
Thu Sep 1 20:09:36 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Here's a patch with an updated skip message.

As for rthreads support, a quick search seems to indicate that its API is exactly the same as pthreads, and it's even binary compatible. Python will automatically use it when run on a OpenBSD system with rthreads enabled.

----------
Added file: http://bugs.python.org/file23082/openbsd_sigaltstack-1.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12868>
_______________________________________


More information about the Python-bugs-list mailing list