Message12810

Author FraOrolo
Recipients FraOrolo, jeff.allen, zyasoft
Date 2019-11-27.09:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574845272.45.0.574822854084.issue2834@roundup.psfhosted.org>
In-reply-to
Content
Ok, after looking after the other changes I can state the following details:

* We had problems with PySystemState before, we use multiple and for 2.7.1 It worked best to use PySystemState from a ThreadLocal. So every thread with a script has his own state. 
The Python also uses a separated ClassLoader and Plugin Architecture, therefore we create multiple PySystemStates. 

* If I understand the comments correctly, multiple PySystemState is the wrong way. I can change and test if it works with just one.

* The import * is indeed for a bunch of static Utility-Methods that 
are provided by the Java class.
History
Date User Action Args
2019-11-27 09:01:12FraOrolosetmessageid: <1574845272.45.0.574822854084.issue2834@roundup.psfhosted.org>
2019-11-27 09:01:12FraOrolosetrecipients: + FraOrolo, zyasoft, jeff.allen
2019-11-27 09:01:12FraOrololinkissue2834 messages
2019-11-27 09:01:12FraOrolocreate