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 pitrou
Recipients Arfrever, pitrou, serhiy.storchaka, vstinner
Date 2013-11-04.19:12:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383592337.06.0.220241455615.issue19466@psf.upfronthosting.co.za>
In-reply-to
Content
I'm afraid clearing thread states is a bit too brutal. What if some destructor relies on contents of the thread states (e.g. thread locals)?
History
Date User Action Args
2013-11-04 19:12:17pitrousetrecipients: + pitrou, vstinner, Arfrever, serhiy.storchaka
2013-11-04 19:12:17pitrousetmessageid: <1383592337.06.0.220241455615.issue19466@psf.upfronthosting.co.za>
2013-11-04 19:12:17pitroulinkissue19466 messages
2013-11-04 19:12:16pitroucreate