Bug #228075 - Explicitly call gc.collect() to try and free memory
authorZac Medico <zmedico@gentoo.org>
Wed, 18 Jun 2008 21:33:30 +0000 (21:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 18 Jun 2008 21:33:30 +0000 (21:33 -0000)
commit44a52770d225d073fa00f537b4f5a401a1874323
tree9213d753b43c07250a80bcd9ff785f7d2029ad65
parent97916d197e86afef0c8ec88329dace796384b3a3
Bug #228075 - Explicitly call gc.collect() to try and free memory
when checking for blockers. This avoids a heap overflow that triggers
'Cannot allocate memory' errors (reported with python-2.5).

svn path=/main/trunk/; revision=10717
pym/_emerge/__init__.py