Message12077

Author Hardy
Recipients Hardy, stefan.richthofer
Date 2018-08-10.21:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533935251.37.0.56676864532.issue2701@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Stefan,
Thank you for your suggestion. I did try to drop in Jython 2.7.1 instead of 2.7.0 and conduct some tests and it appears that couple of our client plugins which work correctly against 2.7.0 were broken as a result of the move. This may be due to the presence of cached/compiled $pyc files in some directories. I am a little nervous about migrating up.
I am wondering though if it would be better to recompile 2.7.0 myself with some additional hooks/methods somewhere which will allow releasing the native jffi libraries deterministicly before the plugin class loader is closed. Perhaps something i can invoked after closing the interpreter and the PySystemState object. Any thoughts or suggestions ?
History
Date User Action Args
2018-08-10 21:07:31Hardysetmessageid: <1533935251.37.0.56676864532.issue2701@psf.upfronthosting.co.za>
2018-08-10 21:07:31Hardysetrecipients: + Hardy, stefan.richthofer
2018-08-10 21:07:31Hardylinkissue2701 messages
2018-08-10 21:07:30Hardycreate