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

STINNER Victor report at bugs.python.org
Sun May 8 02:31:33 CEST 2011


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

Update the signalfd patch (version 4) against the default branch. Specify the minimum Linux version in signalfd() doc. The patch still lacks a structure to parse the bytes written into the file (see msg135438 for a ctypes example): a struct sequence should be fine.

----------
Added file: http://bugs.python.org/file21930/signalfd-4.patch

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


More information about the Python-bugs-list mailing list