Fix GC head for debug builds for gufunc fake arrays

This commit is contained in:
Mark Florisson 2012-09-20 22:23:09 +02:00
commit bc03c9a8b7

View file

@ -1335,6 +1335,8 @@ class CStruct(CValue):
raise AttributeError("Field name shadows another attribute")
setattr(self, fd, CVar(self.parent, gep))
self.type = self.llvm_type()
def reference(self):
return self._temp(self.handle)