~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_known_graph_pyx.pyx

(mbp) Refuse to build with pyrex 0.9.4*

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
            self._revno_first, self._revno_second, self._revno_last,
592
592
            self.is_first_child, self.seen_by_child)
593
593
 
594
 
    cdef int has_pending_parents(self):
 
594
    cdef int has_pending_parents(self): # cannot_raise
595
595
        if self.left_pending_parent is not None or self.pending_parents:
596
596
            return 1
597
597
        return 0