Author ronaldoussoren
Recipients peterhunt, ronaldoussoren
Date 2009-10-15.19:41:01
SpamBayes Score 0.000105021
Marked as misclassified No
Message-id <1255635663.39.0.0691866947784.issue7144@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be a known issue: importing extensions in a thread fails on 
OSX 10.6 (with a hard crash of the interpreter). The crash in inside the 
initialisation function for an Apple framework. 

I haven't been able to determine if the problem is in Python or OSX, 
although it likely is a problem in the OS and is definitely a regression 
in OSX (it works on 10.5 but crashes on 10.6).
History
Date User Action Args
2009-10-15 19:41:03ronaldoussorensetrecipients: + ronaldoussoren, peterhunt
2009-10-15 19:41:03ronaldoussorensetmessageid: <1255635663.39.0.0691866947784.issue7144@psf.upfronthosting.co.za>
2009-10-15 19:41:02ronaldoussorenlinkissue7144 messages
2009-10-15 19:41:02ronaldoussorencreate