[issue12868] test_faulthandler.test_stack_overflow() failed on OpenBSD

STINNER Victor report at bugs.python.org
Thu Sep 1 14:22:19 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> OpenBSD does support 1:1 threads via the RThread library
> since 2005, thanks to tedu@ and more fantastic guys!
> It about to be super-stable (one commit in 2011, last "real
> fix" in april 2010).
> (There is a techtalk from tedu@ (Ted Unangst) about this library
> on YouTube, btw.)

Does Python support the RThread library? If not, is it planned? Is 
anyone working on it?

In Python 3.3, you can use sys.thread_info to check which threading 
library is used.

----------

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


More information about the Python-bugs-list mailing list