Hi all,

pure python mode will benefit from the addition of dummy decorators
for compiler directives to Shadow.py, like in:

@cython.boundscheck(False)
def f(): pass

AFAICS this is not currently valid inside the interpreter.

Cheers
--
Carlos
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to