This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients mattbillenstein, ned.deily, neologix, njs, pitrou, ronaldoussoren, vstinner
Date 2017-06-26.11:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498478108.97.0.296393387761.issue30703@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 :-(
History
Date User Action Args
2017-06-26 11:55:09vstinnersetrecipients: + vstinner, ronaldoussoren, pitrou, ned.deily, njs, neologix, mattbillenstein
2017-06-26 11:55:08vstinnersetmessageid: <1498478108.97.0.296393387761.issue30703@psf.upfronthosting.co.za>
2017-06-26 11:55:08vstinnerlinkissue30703 messages
2017-06-26 11:55:08vstinnercreate