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 pitrou
Recipients Rhamphoryncus, bamby, exarkun, gvanrossum, laca, movement, mstepnicki, pitrou, ross
Date 2009-12-14.18:17:24
SpamBayes Score 0.009356941
Marked as misclassified No
Message-id <1260814682.3360.11.camel@localhost>
In-reply-to <1260814069.5.0.0844369468858.issue1975@psf.upfronthosting.co.za>
Content
> 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)
History
Date User Action Args
2009-12-14 18:17:27pitrousetrecipients: + pitrou, gvanrossum, exarkun, Rhamphoryncus, movement, ross, bamby, laca, mstepnicki
2009-12-14 18:17:24pitroulinkissue1975 messages
2009-12-14 18:17:24pitroucreate