2013/3/5 Zaur Shibzukhov <szp...@gmail.com>

>
> May be the safer strategy is to set nonecheck=True by default and allow
> locally to apply nonecheck(False) when developer believes that it is
> necessary?
>

Strategy of making nonecheck=True by default and setting explicitly
nonecheck=False when it's necessary is more manageable IMHO.
In Cython sources one can explicitly (where it's necessary) ignore this
default setting, or set it explicitly to False in concrete
context/environment.

Zaur Shibzukhov
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to