Message12550

Author stefan.richthofer
Recipients adamburke, filip.drozdowski, stefan.richthofer
Date 2019-05-30.13:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559223893.18.0.622929147187.issue2776@roundup.psfhosted.org>
In-reply-to
Content
Took a look into the code nd found
public PyObject __name__ = new PyString("sys");
(https://github.com/jythontools/jython/blob/master/src/org/python/core/PySystemState.java#L181)
This should be fine. Any idea when and where this gets modified?
Anyway, how can a java.lang.reflect.Field be assigned to a variable of type PyObject? (I know one can sometimes get the JVM do such shitty stuff by abuse of JNI but that's unlikely to happen here)
History
Date User Action Args
2019-05-30 13:44:53stefan.richthofersetmessageid: <1559223893.18.0.622929147187.issue2776@roundup.psfhosted.org>
2019-05-30 13:44:53stefan.richthofersetrecipients: + stefan.richthofer, adamburke, filip.drozdowski
2019-05-30 13:44:53stefan.richthoferlinkissue2776 messages
2019-05-30 13:44:53stefan.richthofercreate