Message5228

Author pjenvey
Recipients colinhevans, pjenvey
Date 2009-10-10.05:47:15
SpamBayes Score 1.4801378e-07
Marked as misclassified No
Message-id <1255153636.99.0.457367600498.issue1475@psf.upfronthosting.co.za>
In-reply-to
Content
I've confirmed that the exitfuncs are called but I've found that some 
unusual errors can occur during their call. This was due to the sys 
module being cleared via Py.setSystemState beforehand. For example I was 
able to print and call builtin functions in an atexit function, but 
import statements would mysteriously fail. This was all on trunk

I've solved that problem in r6851 -- I'm going to assume that was the 
issue you're hitting and close this out. Reopen if the problem persists
History
Date User Action Args
2009-10-10 05:47:16pjenveysetmessageid: <1255153636.99.0.457367600498.issue1475@psf.upfronthosting.co.za>
2009-10-10 05:47:16pjenveysetrecipients: + pjenvey, colinhevans
2009-10-10 05:47:16pjenveylinkissue1475 messages
2009-10-10 05:47:15pjenveycreate