Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

let's finally use the following checklist (from https://github.com/numba/numba/pull/8209/files): I have checked that: * [x] There is no other Pull Request proposing the same change. (If there is please highlight this...

I `flake8` checked the files: * `numba/core/typing/npydecl.py` * `numba/core/typing/arraydecl.py` Since these are excluded from flake8 analysis via the stanzas in the `.flake8` config file. I did this by commmenting out...

`Build numba_smoketest_cpu_yaml_145 has started`

> `Build numba_smoketest_cpu_yaml_145 has started` Unfortunately this did not go well. On osx-arm64 we have the following crash when using both NumPy 1.22 and 1.23. It will need to be...

After some OOB discussions with @stuartarchibald and @sklam we concluded, that the above failure is unlikely to be related to this PR. Hence I am marking this as RTM now....

@abdullahkavakli thank you for asking about this. Can you provide more details on how to reproduce? I tried the following code but was unable to reproduce: ```python from numba import...

> I edited the code. Can u try again? The code is: > > ``` > from numba import cuda > > @cuda.jit("int64(int64)", device=True) > def fib(n): > if n...

@abdullahkavakli thank you for following up. I am assuming this is now resolved and closing. Updating to a newer Numba should solve your issue.