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 Tamas.K
Recipients Tamas.K, grahamd, ncoghlan, pitrou
Date 2013-08-22.16:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377187505.04.0.286801733972.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
Removing the last thread check sounds good, what we actually need is a Py_EndInterpreter that does not casually abort() on us, we don't really care about PyThreadStates that much.
History
Date User Action Args
2013-08-22 16:05:05Tamas.Ksetrecipients: + Tamas.K, ncoghlan, pitrou, grahamd
2013-08-22 16:05:05Tamas.Ksetmessageid: <1377187505.04.0.286801733972.issue18808@psf.upfronthosting.co.za>
2013-08-22 16:05:05Tamas.Klinkissue18808 messages
2013-08-22 16:05:04Tamas.Kcreate