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 exarkun
Recipients
Date 2007-01-25.19:22:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached patch also fixes a bug in the order in which signal handlers are run.  Previously, they would be run in numerically ascending signal number order.  With the patch attached, they will be run in the order they are processed by Python.

History
Date User Action Args
2007-08-23 15:54:43adminlinkissue1564547 messages
2007-08-23 15:54:43admincreate