Message6464

Author pjenvey
Recipients alex.gronholm, offby1, pjenvey
Date 2011-04-03.00:15:08
SpamBayes Score 0.00038270577
Marked as misclassified No
Message-id <1301789708.95.0.59499652689.issue1727@psf.upfronthosting.co.za>
In-reply-to
Content
I think I see the problem, PyBuiltinFunctions are made to always override the __call__(PyObject[] String[]) method. Whereas we want to define this is a "narrower" override: so try making the StatFunctions subclass PyBuiltinFunctionNarrow instead of PyBuiltinFunction

also, I suppose this could use a testcase
History
Date User Action Args
2011-04-03 00:15:08pjenveysetmessageid: <1301789708.95.0.59499652689.issue1727@psf.upfronthosting.co.za>
2011-04-03 00:15:08pjenveysetrecipients: + pjenvey, alex.gronholm, offby1
2011-04-03 00:15:08pjenveylinkissue1727 messages
2011-04-03 00:15:08pjenveycreate