Comment 2 for bug 1974105

Revision history for this message
Luke P (lkp80877984) wrote : Re: slow performance within Tag.index(child)

You can also just set old_parent._contents_cache_stale = len(old_parent.contents) just after inserting, rather than dealing with last_stale. The call to index fully initializes the cache.

Cheers,
Luke