Message296881
> It is actually the same issue as https://bugs.python.org/issue11768 (which was wrongly closed as fixed, apparently :-))
Well, don't be confused by the issue title. The only made change is to only call Py_AddPendingCall() only once, instead of calling it for each received signal.
I don't know if the signal handler is really reentrant or not.
Signal handling is hard :-( |
|
Date |
User |
Action |
Args |
2017-06-26 11:55:09 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, pitrou, ned.deily, njs, neologix, mattbillenstein |
2017-06-26 11:55:08 | vstinner | set | messageid: <1498478108.97.0.296393387761.issue30703@psf.upfronthosting.co.za> |
2017-06-26 11:55:08 | vstinner | link | issue30703 messages |
2017-06-26 11:55:08 | vstinner | create | |
|