[issue8407] expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

STINNER Victor report at bugs.python.org
Fri Jun 10 01:05:39 CEST 2011


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

> This whole thread is becoming quite confusing.

You are complelty right, sorry to pollute this issue. Changes related to this issue:

 - expose pthread_sigmask(), pthread_kill(), sigpending(), sigwait()
 - wakeup fd now contains the file descriptor

I created issue #12303 for sigwaitinfo() and sigtimedwait(), and issue #12304 for signalfd.

----------
title: expose signalfd(2) and pthread_sigmask in the signal module -> expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module

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


More information about the Python-bugs-list mailing list