Bug #228075 - Explicitly call gc.collect() to try and free memory
authorZac Medico <zmedico@gentoo.org>
Thu, 19 Jun 2008 04:09:06 +0000 (04:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 19 Jun 2008 04:09:06 +0000 (04:09 -0000)
commit0a9316a59e2994599f0782e3b840eda529fb696d
treec3cf6df13d54ee94334965ef8452d8c0d63a8c51
parent1499b1f1f926bdbfce5e0fb8696b3118db5b4291
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).
(trunk r10717)

svn path=/main/branches/2.1.2/; revision=10722
bin/emerge