[Cython] a question about Shadow.py

Stefan Behnel stefan_ml at behnel.de
Fri Apr 24 20:50:44 CEST 2009


Lisandro Dalcin wrote:
> I'm working on #295, but there is something I do not understand... We
> can use directives as decorators like this:
> 
> @cython.cdivision(True)
> def foo(): pass
> 
> But then... Why Shadow.py does not expose a "cdivision" for using it
> as a decorator??

Sounds like an oversight to me.

Stefan



More information about the Cython-dev mailing list