Closed
Description
Numba minimizes variables lifetime even with NUMBA_OPT=0.
You can see variable values between its first use and the last use.
We need to introduce possibility to extend variables lifetime for the scope where variable is visible in Python code.
Related #525.