Message10740

Author zyasoft
Recipients jason_s, zyasoft
Date 2016-02-10.18:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455130656.33.0.299322857098.issue2465@psf.upfronthosting.co.za>
In-reply-to
Content
So I did some refactoring PySystemState for 2.7, but I was unable to get rid of all the ugliness in doInitialize around static mutable state.

Maybe it's something we can completely re-address in Jython 3.x?

But having functionality to help do such PySystemState setup, as Jason suggests, is something we can definitely look at for 2.7.2. We can look at design ideas here for a clean API to manage PythonInterpreter/PySystemState lifecycle, then move to jython-dev for a final discussion.
History
Date User Action Args
2016-02-10 18:57:36zyasoftsetmessageid: <1455130656.33.0.299322857098.issue2465@psf.upfronthosting.co.za>
2016-02-10 18:57:36zyasoftsetrecipients: + zyasoft, jason_s
2016-02-10 18:57:36zyasoftlinkissue2465 messages
2016-02-10 18:57:35zyasoftcreate