Message134865
signalfd.patch: Add signal.signalfd(), signal.SFD_CLOEXEC and signal.SFD_NONLOCK.
The patch is based on http://codereview.appspot.com/1132041 and the last version (bzr) of python-signalfd.
The patch uses also PyModule_AddIntMacro() for the 3 constants added in my last (pthread_sigmask), and changes pthread_sigmask() to raise an OSError instead of a RuntimeError.
Note: python-signalfd has a bug: it doesn't pass the fd argument to signalfd(), it always pass -1. |
|
Date |
User |
Action |
Args |
2011-04-30 14:40:55 | vstinner | set | recipients:
+ vstinner, loewis, gregory.p.smith, spiv, exarkun, tseaver, pitrou, benjamin.peterson, marcin.bachry, schmichael, python-dev |
2011-04-30 14:40:54 | vstinner | set | messageid: <1304174454.98.0.172899236707.issue8407@psf.upfronthosting.co.za> |
2011-04-30 14:40:54 | vstinner | link | issue8407 messages |
2011-04-30 14:40:54 | vstinner | create | |
|