Message12780
We have short Jython scripts executed on multiple threads embedded in Java. Some of these import all methods from a Java class:
from x.y.z.AJavaClass import *
in multi-threaded executions this often fails because the PyJavaType for the class is still built on one Thread, while some other thread already accesses the PyJavaType and does not find necessary methods.
This is a regression from Jython 2.7.1, the scripts worked reliably on the old system. |
|
Date |
User |
Action |
Args |
2019-11-20 12:55:50 | FraOrolo | set | recipients:
+ FraOrolo |
2019-11-20 12:55:50 | FraOrolo | set | messageid: <1574254550.03.0.600040986397.issue2834@roundup.psfhosted.org> |
2019-11-20 12:55:49 | FraOrolo | link | issue2834 messages |
2019-11-20 12:55:49 | FraOrolo | create | |
|