Mika Mäki

Results 1 issues of Mika Mäki

Even when jitting is disabled with the [NUMBA_DISABLE_JIT](https://numba.pydata.org/numba-doc/dev/reference/envvars.html#envvar-NUMBA_DISABLE_JIT) flag, CFuncs still try to compile. This causes issues when the CFuncs are trying to use additional functions provided by Numba, e.g....

feature_request