STINNER Victor added the comment: > 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 :-( ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30703> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com