STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to