Update numbapro to handle latest numba changes.

This commit is contained in:
Travis E. Oliphant 2012-09-27 01:11:35 -05:00
commit ab0ce0d49a

View file

@ -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):