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 ronaldoussoren
Recipients gvanrossum, ronaldoussoren
Date 2007-11-22.10:52:08
SpamBayes Score 0.00833536
Marked as misclassified No
Message-id <1195728729.29.0.33664561728.issue1402@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the crash, but I haven't verified if the patch 
is actually correct. 

With this patch some PyThread API's are called after PyInterpreterState_Clear and I don't know if it is valid to do so. All 
unittests pass fine on OSX though.
Files
File name Uploaded
pygilstate.patch ronaldoussoren, 2007-11-22.10:52:08
History
Date User Action Args
2007-11-22 10:52:09ronaldoussorensetspambayes_score: 0.00833536 -> 0.00833536
recipients: + ronaldoussoren, gvanrossum
2007-11-22 10:52:09ronaldoussorensetspambayes_score: 0.00833536 -> 0.00833536
messageid: <1195728729.29.0.33664561728.issue1402@psf.upfronthosting.co.za>
2007-11-22 10:52:09ronaldoussorenlinkissue1402 messages
2007-11-22 10:52:08ronaldoussorencreate