Update numbapro to handle latest numba changes.
This commit is contained in:
parent
20a896b206
commit
ab0ce0d49a
1 changed files with 1 additions and 2 deletions
|
|
@ -911,8 +911,7 @@ class CVar(CValue):
|
|||
|
||||
@property
|
||||
def value(self):
|
||||
return self.parent.builder.load(self.ref.value,
|
||||
invariant=self.invariant)
|
||||
return self.parent.builder.load(self.ref.value)
|
||||
|
||||
@property
|
||||
def type(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue