[Cython] nonecheck and as_none_safe_node method

Zaur Shibzukhov szport at gmail.com
Tue Mar 5 11:24:33 CET 2013


2013/3/5 Zaur Shibzukhov <szport at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20130305/90dce51e/attachment.html>


More information about the cython-devel mailing list