Skip to content

Extend local variables lifetime for improving debugging  #527

Closed
@PokhodenkoSA

Description

@PokhodenkoSA

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.

numba/numba#6623

Metadata

Metadata

Labels

debugRelated to #149numbaIntegration with numba

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions