Carlos Pita schrieb am 07.04.2015 um 18:39:
> 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.
Sure, why not.
https:/
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-