Antoine Pitrou <pit...@free.fr> added the comment: > The real, OS signal does not get propagated to the main thread. Only > the python-level signal handler runs from the main thread.
Well, the signals /are/ delivered as far as Python code is concerned. I don't think Python makes any promise as to the delivery of signals at the C level. (actually, the best promise we may make is not to block signal delivery at all, so that third-party libs or extensions relying on threaded signal delivery don't break) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1975> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com