Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

I would guess this is an SSA/typing fail since the rename of `y` makes the example work.

@Telofy can you say anything about how Numba was installed, if via `pip` or `conda` and from which channel, or something entirely different?

Yeah, this looks like a bug. My understanding is that the above code should work like: ``` from numba import jit @jit def f(flag): x = 0 if flag: x...

Summary of all no-source use-cases. (Comment will be edited). * exec * pickle * source stripped distribution of software (for obfuscation purposes).

Links to useful utilities to consider. (Comment will be edited). * https://github.com/numba/numba-rvsdg

@m-beau thanks for submitting this. When running the full code listed above, I receive the following error: ``` Traceback (most recent call last): File "foo067.py", line 109, in cisi=cisi_numba_para(spk1, spk2,...

I just ran the code above again with `0.50.0dev0-328-ge3002f06ff` just to be sure and it is indeed still not working. The error is still `object of type 'NoneType' has no...

@karthikkurella @guilhermeleobas @sklam I am moving this back to the state: "Waiting on Author" as an additional comment has been raised by @stuartarchibald

This was fixed as part of https://github.com/numba/llvmlite/pull/1226/files