[issue11859] test_interrupted_write_text() of test_io failed of Python 3.3 on FreeBSD 7.2

Antoine Pitrou report at bugs.python.org
Sun Apr 17 15:30:12 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Agreed with your analysis. The problem is that the signal module doesn't expose pthread_sigmask. We could grab Jean-Paul's implementation from http://bazaar.launchpad.net/~exarkun/python-signalfd/trunk/view/head:/signalfd/_signalfd.c (although I'm not sure why the method is called "sigprocmask" while it calls pthread_sigmask).

----------
nosy: +exarkun

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


More information about the Python-bugs-list mailing list