[issue8407] expose signalfd(2) and pthread_sigmask in the signal module

Antoine Pitrou report at bugs.python.org
Mon May 2 17:14:12 CEST 2011


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

> Update signalfd patch.
> 
> ----------
> Added file: http://bugs.python.org/file21856/signalfd-2.patch

- In the tests, you don't need sys.exc_info(), just
"except XXXError as e".
- In the doc, you wrote "file description" instead of "file descriptor"
- In test_out_of_range_signal, you should use assertRaises

----------

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


More information about the Python-bugs-list mailing list