diff --git a/guppy/heapy/View.py b/guppy/heapy/View.py index d70da59..86aaf17 100644 --- a/guppy/heapy/View.py +++ b/guppy/heapy/View.py @@ -471,7 +471,7 @@ def referrers(self, X): else: Y = self.mutnodeset(X) Y -= self.norefer - if not self.rg.domain_covers(Y): + if True or not self.rg.domain_covers(Y): for wt in self.referrers_targets: t = wt() if t is not None: