Message963

Author amak
Recipients
Date 2007-05-19.18:24:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Could solving this problem be as simple as changing the org/python/modules/types.java to read like this

dict.__setitem__("DictType", new PyTuple(new PyObject[] {
    PyType.fromClass(PyDictionary.class)),
    PyType.fromClass(PyStringMap.class)),
}));

The isinstance operator takes a tuple as a parameter, as can be seen in the definition for StringTypes.
History
Date User Action Args
2008-02-20 17:17:21adminlinkissue1152612 messages
2008-02-20 17:17:21admincreate