Message6463

Author pjenvey
Recipients alex.gronholm, offby1, pjenvey
Date 2011-04-03.00:04:54
SpamBayes Score 7.455559e-10
Marked as misclassified No
Message-id <1301789095.0.0.226868630175.issue1727@psf.upfronthosting.co.za>
In-reply-to
Content
This fix wouldn't break anything but it actually makes the stat callpath slower (patch would make it go through reflection). stat is actually perf critical in some cases. We need the fix to be on the PyBuiltinFunctions

Probably adding an override that takes PyObject[], String[] would solve the problem. This is an odd bug though because I'm surprised it's not getting to the currently defined __call__ override automatically. We might have an issue on how we are dealing with PyObject.__call__ overrides

But we can go ahead with a local fix in the StatFunction classes for now
History
Date User Action Args
2011-04-03 00:04:54pjenveysetmessageid: <1301789095.0.0.226868630175.issue1727@psf.upfronthosting.co.za>
2011-04-03 00:04:54pjenveysetrecipients: + pjenvey, alex.gronholm, offby1
2011-04-03 00:04:54pjenveylinkissue1727 messages
2011-04-03 00:04:54pjenveycreate