Message9589

Author zyasoft
Recipients stefan.richthofer, zyasoft
Date 2015-03-07.14:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425739928.32.0.493375707426.issue2280@psf.upfronthosting.co.za>
In-reply-to
Content
The solution of having runFinalizer() acquire the monitor of
PySystemStateCloser.class makes the most sense. Note that PySystemStateCloser runs closers in a specific order at shutdown, so we cannot simply use the finalizer mechanism to replace it.
History
Date User Action Args
2015-03-07 14:52:08zyasoftsetmessageid: <1425739928.32.0.493375707426.issue2280@psf.upfronthosting.co.za>
2015-03-07 14:52:08zyasoftsetrecipients: + zyasoft, stefan.richthofer
2015-03-07 14:52:08zyasoftlinkissue2280 messages
2015-03-07 14:52:08zyasoftcreate