Closed loichuder closed 9 months ago
It seems that sanitize
works only before evaluation but not when NumExpr
is created. I don't know if there is any benefit allowing NumExpr
not being sanitized. I guess it's unintended.
Message to comment on stale issues. If none provided, will not mark issues stale
While encountering #449, I tried to get rid of it by disabling the sanitization.
Unfortunately, the code I am calling is using
numexpr.NumExpr
so that settingNUMEXP_SANITIZE
to0
does not work. (NUMEXP_SANITIZE
is only checked when usingvalidate
.)Is this the intended behaviour ?