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 vstinner
Recipients gpolo, python-dev, vstinner
Date 2011-05-24.15:17:33
SpamBayes Score 1.9746125e-05
Marked as misclassified No
Message-id <1306250254.1.0.893719037019.issue11998@psf.upfronthosting.co.za>
In-reply-to
Content
I implemented signal.pthread_kill(), so it's now possible to test pending signals in test_signal, even if _tkinter is loaded.

I don't think that we need the _finalize() hack anymore.
History
Date User Action Args
2011-05-24 15:17:34vstinnersetrecipients: + vstinner, gpolo, python-dev
2011-05-24 15:17:34vstinnersetmessageid: <1306250254.1.0.893719037019.issue11998@psf.upfronthosting.co.za>
2011-05-24 15:17:33vstinnerlinkissue11998 messages
2011-05-24 15:17:33vstinnercreate