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 loewis
Recipients
Date 2007-01-29.20:01:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I see. I think this can be fixed fairly easily: install the signal handlers with sigaction, and prevent any nested delivery of signals through sa_mask. Then, no two signal handlers will get invoked simultaneously.
History
Date User Action Args
2007-08-23 15:54:44adminlinkissue1564547 messages
2007-08-23 15:54:44admincreate