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 eggy
Recipients eggy
Date 2009-06-01.16:01:31
SpamBayes Score 0.010693792
Marked as misclassified No
Message-id <1243872093.9.0.639774045025.issue6162@psf.upfronthosting.co.za>
In-reply-to
Content
As signals are only delivered to the main thread, what should happen
when the main thread dies? Currently, the signal mask is not unset in
any other thread, so when the main thread dies, all signals set in the
mask are simply ignored. Perhaps an other thread could be selected as
the main thread?

The accompanied file demonstrates this behavior.
History
Date User Action Args
2009-06-01 16:01:34eggysetrecipients: + eggy
2009-06-01 16:01:33eggysetmessageid: <1243872093.9.0.639774045025.issue6162@psf.upfronthosting.co.za>
2009-06-01 16:01:32eggylinkissue6162 messages
2009-06-01 16:01:31eggycreate