Mercurial > hg > mercurial-crew
diff mercurial/util.py @ 23551:4dd8a6a1240d
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 (2014-04-17) |
parents | b25f07cb5399 |
children | 94951db84fc0 |
line wrap: on
line diff
--- a/mercurial/util.py +++ b/mercurial/util.py @@ -552,7 +552,7 @@ container objects (the number being defined by gc.get_threshold()) are allocated even when marked not to be tracked by the collector. Tracking has no effect on when GCs are triggered, only on what objects the GC looks - into. As a workaround, disable GC while building complexe (huge) + into. As a workaround, disable GC while building complex (huge) containers. This garbage collector issue have been fixed in 2.7.