STINNER Victor added the comment:

signalfd is very useful for event-driven frameworks like Twisted or asyncio. 
asyncio doesn't use it, and I didn't see any request to support it yet. asyncio 
uses signal.set_wakeup_fd() which looks to be enough, and it is now available 
on all platforms (including Windows).

I'm not interested to write the structure to unpack the 128 bytes structure of 
signalfd, nor to update my patch. I just close the issue.

Reopen the issue or open a new one if you are interested by signalfd.

Anyway, there is already a third-party Python module providing signalfd() for 
Python 2 and Python 3:
https://pypi.python.org/pypi/python-signalfd

----------
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to