Message7844

Author asmeurer
Recipients amak, asmeurer, fwierzbicki
Date 2013-02-27.18:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361988303.24.0.709687337009.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
To be clear, we also have the metaclass thing with __slots__. Removing __slots__ from Basic fixes that, but then we get the import issue. Most of the SymPy issue discussion is me unsuccessfully trying to figure out how to fix the import thing. 

It would be great if __slots__ worked, but we can always work around it using the import java thing as before. The import issue I have no idea about, though. That seems like a genuine jython bug.
History
Date User Action Args
2013-02-27 18:05:03asmeurersetmessageid: <1361988303.24.0.709687337009.issue1777@psf.upfronthosting.co.za>
2013-02-27 18:05:03asmeurersetrecipients: + asmeurer, fwierzbicki, amak
2013-02-27 18:05:03asmeurerlinkissue1777 messages
2013-02-27 18:05:03asmeurercreate