Message5213

Author colinhevans
Recipients colinhevans, pjenvey
Date 2009-10-01.02:03:07
SpamBayes Score 0.0012549941
Marked as misclassified No
Message-id <1254362587.72.0.622700106366.issue1475@psf.upfronthosting.co.za>
In-reply-to
Content
Checking the code, interp.cleanup() is called after 
Py.setSystemState(new PySystemState()); which means that any atexit
handlers got cleared out before cleanup() is called.
History
Date User Action Args
2009-10-01 02:03:07colinhevanssetmessageid: <1254362587.72.0.622700106366.issue1475@psf.upfronthosting.co.za>
2009-10-01 02:03:07colinhevanssetrecipients: + colinhevans, pjenvey
2009-10-01 02:03:07colinhevanslinkissue1475 messages
2009-10-01 02:03:07colinhevanscreate