On Dec 22, 2009, at 6:43 AM, Stefan Behnel wrote: > > Lisandro Dalcín, 22.12.2009 15:33: >> The support for new feature in core CPython is at Python/ceval.c, >> function ext_do_call(). > > Ah, I get it. So the problem is that this is done as part of the / > call/ > (and basically by the interpreter), for which Cython has its own code. > > I think that's worth a trac ticket, then, although I consider it a > rather > minor feature.
Yep, we should support this (though I agree that it's minor). http://trac.cython.org/cython_trac/ticket/470 - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
