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. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
