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 Rhamphoryncus
Recipients Rhamphoryncus, bamby, exarkun, gvanrossum, laca, movement, mstepnicki, pitrou, ross
Date 2009-12-14.18:07:48
SpamBayes Score 0.0020242035
Marked as misclassified No
Message-id <1260814069.5.0.0844369468858.issue1975@psf.upfronthosting.co.za>
In-reply-to
Content
The real, OS signal does not get propagated to the main thread.  Only
the python-level signal handler runs from the main thread.

Correctly written programs are supposed to let select block
indefinitely.  This allows them to have exactly 0 CPU usage, especially
important on laptops and other limited power devices.
History
Date User Action Args
2009-12-14 18:07:49Rhamphoryncussetrecipients: + Rhamphoryncus, gvanrossum, exarkun, pitrou, movement, ross, bamby, laca, mstepnicki
2009-12-14 18:07:49Rhamphoryncussetmessageid: <1260814069.5.0.0844369468858.issue1975@psf.upfronthosting.co.za>
2009-12-14 18:07:48Rhamphoryncuslinkissue1975 messages
2009-12-14 18:07:48Rhamphoryncuscreate