Message8022

Author philipa
Recipients philipa
Date 2013-05-19.15:03:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368975806.38.0.389726066107.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
The ThreadStateMappingClass stores ThreadState's in a ThreadLocal.

It provides no way to release the reference to the ThreadState, short of destroying the thread.

In particular, if you load Jython in its own classloader, then shutdown Jython (e.g. PythonInterpreter.cleanup()), the thread local pins a reference to the whole classloader.
History
Date User Action Args
2013-05-19 15:03:26philipasetrecipients: + philipa
2013-05-19 15:03:26philipasetmessageid: <1368975806.38.0.389726066107.issue2054@psf.upfronthosting.co.za>
2013-05-19 15:03:26philipalinkissue2054 messages
2013-05-19 15:03:25philipacreate