Message8122

Author zyasoft
Recipients cdleonard, zyasoft
Date 2013-09-20.15:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379690623.82.0.920800216841.issue2089@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the problem is that only files opened in Python code use the codepath in PyFile that registers a closer; PySystemState uses a different path that does not do this. Should be an easy fix.
History
Date User Action Args
2013-09-20 15:23:43zyasoftsetmessageid: <1379690623.82.0.920800216841.issue2089@psf.upfronthosting.co.za>
2013-09-20 15:23:43zyasoftsetrecipients: + zyasoft, cdleonard
2013-09-20 15:23:43zyasoftlinkissue2089 messages
2013-09-20 15:23:43zyasoftcreate