Message4393

Author fwierzbicki
Recipients aviflax, cgroves, fwierzbicki
Date 2009-03-30.18:08:04
SpamBayes Score 1.9835186e-05
Marked as misclassified No
Message-id <1238436485.34.0.453104557034.issue1265@psf.upfronthosting.co.za>
In-reply-to
Content
So I don't think this can really be fixed.  Semantically I think you are
going around Jython by calling getClass() followed by getConstructor().
 I don't see how we could intercept this sort of behavior in a general
way.  Two workarounds:

you could call __init__ manually after calling the constructor, or you
can just call my_reticulator()
History
Date User Action Args
2009-03-30 18:08:05fwierzbickisetmessageid: <1238436485.34.0.453104557034.issue1265@psf.upfronthosting.co.za>
2009-03-30 18:08:05fwierzbickisetrecipients: + fwierzbicki, cgroves, aviflax
2009-03-30 18:08:05fwierzbickilinkissue1265 messages
2009-03-30 18:08:04fwierzbickicreate