Message2985

Author cgroves
Recipients
Date 2008-01-13.08:13:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not sure if this is the correct solution to get Jython running in multiple threads.  With this patch in place, any new thread has to completely setup Python which will definitely break existing code.  For the specific case of threads needing separate state, Py.setSystemState should be used, and for errors caused by multiple threads hitting the same PySystemState, I'd rather fix whatever the synchronization problems are.  What errors are you seeing?

Also, do you know the svn revision of the change you're referring to?  I'd like to see what it is.
History
Date User Action Args
2008-02-20 17:18:54adminlinkissue1868602 messages
2008-02-20 17:18:54admincreate