Message6722

Author Kent
Recipients Kent
Date 2011-11-17.14:27:34
SpamBayes Score 2.3586472e-06
Marked as misclassified No
Message-id <1321540055.26.0.899547515549.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
When we upgraded to Jython 2.5.2 the following code now hangs in PythonInterpreter setState, it worked with previous versions of Jython:

public PythonInterpreterOwnPySystemState() {
        super();
        // one new PySystemState per interpreter
        this.systemState = new org.python.core.PySystemState();
        this.setState();
    }
History
Date User Action Args
2011-11-17 14:27:35Kentsetmessageid: <1321540055.26.0.899547515549.issue1818@psf.upfronthosting.co.za>
2011-11-17 14:27:35Kentsetrecipients: + Kent
2011-11-17 14:27:35Kentlinkissue1818 messages
2011-11-17 14:27:34Kentcreate