Message238411
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 |
|
Date |
User |
Action |
Args |
2015-03-18 11:00:29 | vstinner | set | recipients:
+ vstinner, exarkun, giampaolo.rodola, nadeem.vawda, neologix, rosslagerwall, martin.panter |
2015-03-18 11:00:29 | vstinner | set | messageid: <1426676429.1.0.258132452872.issue12304@psf.upfronthosting.co.za> |
2015-03-18 11:00:29 | vstinner | link | issue12304 messages |
2015-03-18 11:00:28 | vstinner | create | |
|