[issue38284] signal.sigwait* do not intercept certain signals

2019-10-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Closing as not a Python bug. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue38284] signal.sigwait* do not intercept certain signals

2019-10-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Python just exposes thin wrappers around the underlying libc calls, so you have to understand how those work. On Linux, the sigwaitinfo() man page says: NOTES In normal usage, the calling program blocks the signals in set via a prior call to

[issue38284] signal.sigwait* do not intercept certain signals

2019-09-26 Thread Blindfreddy
New submission from Blindfreddy : On debian, signal.sigwait/sigwaitinfo/sigtimedwait do not properly handle the below signals (NOK). Steps to reproduce 1. start python and type: >>> import signal >>> signal.sigwait([